Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various cleanups.
[simgrid.git] / src / mc / remote / mc_protocol.h
index 8636b5c2d59be163216ced41c79ae9869dffc1b4..435d60db7d4a726da5a402f225818b3dee39c913 100644 (file)
@@ -118,8 +118,8 @@ struct s_mc_message_actors_status_one_t { // an array of `s_mc_message_actors_st
 };
 
 // Answer from an actor to the question "what are you about to run?"
-struct s_mc_message_simcall_probe_one_t { // an array of `s_mc_message_simcall_probe_one_t[n_transitions]
-                                          // is sent right after a `s_mc_message_actors_status_one_t`
+struct s_mc_message_simcall_probe_one_t { // a series of `s_mc_message_simcall_probe_one_t`
+                                          // is sent right after `s_mc_message_actors_status_one_t[]`
   std::array<char, SIMCALL_SERIALIZATION_BUFFER_SIZE> buffer;
 };