X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/895710d49f77179d9893bc76b3e31b69fae638af..30563d26d6d84d528cda7deda5baa6730cebd948:/src/mc/remote/mc_protocol.h diff --git a/src/mc/remote/mc_protocol.h b/src/mc/remote/mc_protocol.h index d6924f1ea9..39b5aa7a5d 100644 --- a/src/mc/remote/mc_protocol.h +++ b/src/mc/remote/mc_protocol.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2020. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -8,8 +8,9 @@ #include "mc/datatypes.h" #include "simgrid/forward.h" +#include "stdint.h" -SG_BEGIN_DECL() +SG_BEGIN_DECL // ***** Environment variables for passing context to the model-checked process @@ -36,8 +37,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 }; @@ -110,6 +109,6 @@ struct s_mc_message_actor_enabled_t { XBT_PRIVATE const char* MC_message_type_name(enum e_mc_message_type type); -SG_END_DECL() +SG_END_DECL #endif