X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a4ebb6917b0c05404f2444620b7230f3a9c0f262..783573d576fa9ac43c007c6031bce185d882f92b:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 78dbe75a3d..64f9aac67b 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -110,8 +110,6 @@ typedef enum { /* Process creation/destruction callbacks */ typedef void (*void_pfn_smxprocess_t) (smx_actor_t); -/* for auto-restart function */ -typedef void (*void_pfn_sghost_t) (sg_host_t); extern int smx_context_stack_size; extern int smx_context_stack_size_was_set; @@ -226,8 +224,6 @@ XBT_PUBLIC(smx_activity_t) SIMIX_comm_get_send_match(smx_mailbox_t mbox, int (*m XBT_PUBLIC(int) SIMIX_comm_has_send_match(smx_mailbox_t mbox, int (*match_fun)(void*, void*), void* data); XBT_PUBLIC(int) SIMIX_comm_has_recv_match(smx_mailbox_t mbox, int (*match_fun)(void*, void*), void* data); XBT_PUBLIC(void) SIMIX_comm_finish(smx_activity_t synchro); -XBT_PUBLIC(smx_activity_t) SIMIX_comm_ref(smx_activity_t comm); -XBT_PUBLIC(void) SIMIX_comm_unref(smx_activity_t comm); /******************************************************************************/ /* SIMIX simcalls */