X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/596294ab8f7a06cf75114739b574a013b60bb368..334e868fd56cf359ef71557b7eba026687fbef73:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index 7da760d37c..aaabae51aa 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -8,7 +8,7 @@ # CallType must be one of the three: # # - Func: returning a value immediately (within the same scheduling round) -# examples: all getters that only retrieve informations with no side effect +# examples: all getters that only retrieve information with no side effect # # - Proc: not returning any value (but doing so immediately) # examples: all setters, *_cancel @@ -79,7 +79,6 @@ Proc - process_auto_restart_set (void) (process, void*, smx_process_t) (auto_res Func H process_restart (void*, smx_process_t) (process, void*, smx_process_t) Func - mbox_create (void*, smx_mailbox_t) (name, const char*) -Func - mbox_comm_count_by_host (unsigned int) (mbox, void*, smx_mailbox_t) (host, void*, sg_host_t) Func - mbox_get_head (void*, smx_synchro_t) (mbox, void*, smx_mailbox_t) Proc - mbox_set_receiver (void) (mbox, void*, smx_mailbox_t) (receiver, void*, smx_process_t) Func - mbox_get_receiver (void*, smx_process_t) (mbox, void*, smx_mailbox_t) @@ -95,7 +94,6 @@ Blck H comm_wait (void) (comm, void*, smx_synchro_t) (timeout, double) Blck H comm_test (int) (comm, void*, smx_synchro_t) Blck H comm_testany (int) (comms, void*, xbt_dynar_t) Func - comm_get_remains (double) (comm, void*, smx_synchro_t) -Func - comm_get_state (int, e_smx_state_t) (comm, void*, smx_synchro_t) Func - comm_get_src_data (void*) (comm, void*, smx_synchro_t) Func - comm_get_dst_data (void*) (comm, void*, smx_synchro_t) Func - comm_get_src_proc (void*, smx_process_t) (comm, void*, smx_synchro_t)