Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mbox: kill a getter simcall
[simgrid.git] / src / simix / simcalls.in
index b345e4f..b7db01e 100644 (file)
@@ -79,7 +79,6 @@ 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_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)
 
 Func H comm_iprobe (void*, smx_synchro_t) (mbox, void*, smx_mailbox_t) (type, int) (src, int) (tag, int) (match_fun, FPtr, simix_match_func_t) (data, void*)
 Blck H comm_send (void)                  (sender, void*, smx_process_t) (mbox, void*, smx_mailbox_t)  (task_size, double) (rate, double) (src_buff, void*) (src_buff_size, size_t) (match_fun, FPtr, simix_match_func_t) (copy_data_fun, FPtr, simix_copy_data_func_t) (data, void*) (timeout, double)