Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
lmm testing: Correct maxmin precision
[simgrid.git] / src / mc / remote / mc_protocol.h
index 80c9f25af2be261e9a86311e99d92a9a7721d96f..16134aa698f9d43e00be75e69198e91057494c48 100644 (file)
@@ -36,8 +36,6 @@ enum e_mc_message_type {
   MC_MESSAGE_WAITING,
   MC_MESSAGE_SIMCALL_HANDLE,
   MC_MESSAGE_ASSERTION_FAILED,
-  // MCer request to finish the restoration:
-  MC_MESSAGE_RESTORE,
   MC_MESSAGE_ACTOR_ENABLED,
   MC_MESSAGE_ACTOR_ENABLED_REPLY
 };