X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e49a7949060118737703106058657735cf3892d6..7076d70e9205a598bb96f6afca16d5d0456aeeb1:/src/simix/smx_network_private.h diff --git a/src/simix/smx_network_private.h b/src/simix/smx_network_private.h index 965bf7722a..a215ff2e01 100644 --- a/src/simix/smx_network_private.h +++ b/src/simix/smx_network_private.h @@ -40,7 +40,6 @@ XBT_PRIVATE smx_synchro_t SIMIX_comm_iprobe(smx_process_t dst_proc, smx_mailbox_ int tag, int (*match_fun)(void *, void *, smx_synchro_t), void *data); XBT_PRIVATE void SIMIX_post_comm(smx_synchro_t synchro); XBT_PRIVATE double SIMIX_comm_get_remains(smx_synchro_t synchro); -XBT_PRIVATE e_smx_state_t SIMIX_comm_get_state(smx_synchro_t synchro); XBT_PRIVATE smx_process_t SIMIX_comm_get_src_proc(smx_synchro_t synchro); XBT_PRIVATE smx_process_t SIMIX_comm_get_dst_proc(smx_synchro_t synchro);