X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0deeb7395b0acb0b56550d62bc26df529779ef4..d37b22379fc9b7e760482d6edc10b645d9862db6:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index bef172b811..d2eeb7becf 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -26,7 +26,7 @@ some private data that can be only accessed by local process. - \see m_host_management + @see m_host_management @{ */ typedef enum { SIMIX_WAITING, @@ -46,9 +46,7 @@ typedef enum { /* ******************************** Synchro ************************************ */ -/** - * \ingroup simix_synchro_management - */ +/** @ingroup simix_synchro_management */ typedef struct s_smx_sem_t* smx_sem_t; /* ****************************** Process *********************************** */ @@ -205,6 +203,7 @@ XBT_PUBLIC e_smx_state_t simcall_execution_wait(smx_activity_t execution); XBT_PUBLIC e_smx_state_t simcall_execution_test(smx_activity_t execution); /**************************** Process simcalls ********************************/ +SG_BEGIN_DECL() /* Constructor and Destructor */ #ifdef __cplusplus XBT_PUBLIC smx_actor_t simcall_process_create(std::string name, xbt_main_func_t code, void* data, sg_host_t host, @@ -212,7 +211,6 @@ XBT_PUBLIC smx_actor_t simcall_process_create(std::string name, xbt_main_func_t std::unordered_map* properties); #endif -SG_BEGIN_DECL() XBT_PUBLIC void SIMIX_process_throw(smx_actor_t process, xbt_errcat_t cat, int value, const char* mesg); /* Process handling */