X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ba5d4a966c2ac976b2b1656c52145f70189d108..94eedaffdce12bcd4273b40fc7875bb6bbe16345:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index aa8e48440a..2e98432974 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -248,6 +248,7 @@ XBT_PUBLIC(void) simcall_execution_set_bound(smx_activity_t execution, double bo XBT_PUBLIC(e_smx_state_t) simcall_execution_wait(smx_activity_t execution); /**************************** Process simcalls ********************************/ +SG_BEGIN_DECL() /* Constructor and Destructor */ XBT_PUBLIC(smx_actor_t) simcall_process_create(const char* name, xbt_main_func_t code, void* data, sg_host_t host, int argc, char** argv, @@ -277,6 +278,7 @@ XBT_PUBLIC(smx_actor_t) simcall_process_restart(smx_actor_t process); XBT_PUBLIC(void) simcall_process_join(smx_actor_t process, double timeout); /* Sleep control */ XBT_PUBLIC(e_smx_state_t) simcall_process_sleep(double duration); +SG_END_DECL() /************************** Comunication simcalls *****************************/