Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix comment [no-ci]
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 18 Apr 2023 07:01:51 +0000 (09:01 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 27 Apr 2023 13:49:14 +0000 (15:49 +0200)
src/mc/api/RemoteApp.cpp

index 555bef2..5d23d0d 100644 (file)
@@ -116,7 +116,8 @@ void RemoteApp::get_actors_status(std::map<aid_t, ActorState>& whereto) const
   //                    <----- send `N` ACTORS_STATUS_REPLY_TRANSITION (s_mc_message_actors_status_one_t)
   //                    <----- send `M` ACTORS_STATUS_REPLY_SIMCALL (s_mc_message_simcall_probe_one_t)
   //
-  // Note that we also receive disabled transitions, because UDPOR needs it.
+  // Note that we also receive disabled transitions, because the guiding strategies need them to decide what could
+  // unlock actors.
 
   checker_side_->get_channel().send(MessageType::ACTORS_STATUS);