]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/api/RemoteApp.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add first round of extensive docs to ODPOR methods
[simgrid.git] / src / mc / api / RemoteApp.cpp
index 555bef2f568256594eea687a3209aec140d1b965..5d23d0d33b4047f61991d4e18512461833c8f763 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);