X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4b84bf7c2cc1ffe1c73852ce1b6664930bc5f3a..e329e2e6aa39ca2d2317ddd4b9ea83250ac98f8e:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index d40ac53d3d..6eca9b18e6 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -46,14 +46,6 @@ typedef enum { } e_smx_state_t; /** @} */ -/* ****************************** Process *********************************** */ - -typedef enum { - SMX_EXIT_SUCCESS = 0, - SMX_EXIT_FAILURE = 1 -} smx_process_exit_status_t; -/** @} */ - /******************************* Networking ***********************************/ extern unsigned smx_context_stack_size; extern unsigned smx_context_guard_size; @@ -162,7 +154,7 @@ XBT_ATTRIB_DEPRECATED_v328("Please use Actor::join()") XBT_PUBLIC XBT_PUBLIC e_smx_state_t simcall_process_sleep(double duration); SG_END_DECL() -/************************** Comunication simcalls *****************************/ +/************************** Communication simcalls ****************************/ #ifdef __cplusplus XBT_PUBLIC void simcall_comm_send(smx_actor_t sender, smx_mailbox_t mbox, double task_size, double rate, void* src_buff,