X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/89a6b1960c468f7d64b9c9c3e7f8256d59774b8e..f5acac9da28f84a6625be7afaa01fc4ec6c643e7:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index ce3e6c5ee9..e0ec0ed653 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -402,7 +402,6 @@ XBT_PUBLIC(int) simcall_comm_testany(xbt_dynar_t comms); /* Getters and setters */ XBT_PUBLIC(double) simcall_comm_get_remains(smx_synchro_t comm); -XBT_PUBLIC(e_smx_state_t) simcall_comm_get_state(smx_synchro_t comm); XBT_PUBLIC(void *) simcall_comm_get_src_data(smx_synchro_t comm); XBT_PUBLIC(void *) simcall_comm_get_dst_data(smx_synchro_t comm); XBT_PUBLIC(smx_process_t) simcall_comm_get_src_proc(smx_synchro_t comm);