diff --git a/src/runtime/mod.rs b/src/runtime/mod.rs index cd2e179e27f9ca79d96f3972d9121b55177890a9..12cc34285eb35ebb65f10d2336aec215e407aab5 100644 --- a/src/runtime/mod.rs +++ b/src/runtime/mod.rs @@ -41,6 +41,7 @@ pub(crate) struct NonsyncProtoContext<'a> { } pub(crate) struct SyncProtoContext<'a> { logger: &'a mut dyn Logger, + untaken_choice: &'a mut Option, predicate: &'a Predicate, port_info: &'a PortInfo, inbox: &'a HashMap,