X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ddb1211b268612dc55dea470f9d88bc4eba7c4ee..5d4c47baed3b8ae7aac5e5bbdcd4bf11229b38d1:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index f134c43c99..152fcccbb4 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -189,8 +189,6 @@ XBT_PUBLIC(void) SIMIX_host_self_set_data(void *data); XBT_PUBLIC(void*) SIMIX_host_self_get_data(); /********************************* Process ************************************/ -XBT_PUBLIC(smx_actor_t) SIMIX_process_ref(smx_actor_t process); -XBT_PUBLIC(void) SIMIX_process_unref(smx_actor_t process); XBT_PUBLIC(int) SIMIX_process_count(); XBT_PUBLIC(smx_actor_t) SIMIX_process_self(); XBT_PUBLIC(const char*) SIMIX_process_self_get_name();