From 01b25245439267db837a620e77f0339a5a3c841b Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 11 Sep 2014 10:55:41 +0200 Subject: [PATCH] forgotten include file --- include/simgrid/simix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index e5c979a37c..42b50d413f 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -444,7 +444,7 @@ XBT_PUBLIC(smx_action_t) simcall_comm_irecv(smx_rdv_t rdv, void *dst_buff, void (*copy_data_fun)(smx_action_t, void*, size_t), void *data, double rate); -XBT_PUBLIC(smx_action_t) simcall_comm_iprobe(smx_rdv_t rdv, int src, int tag, +XBT_PUBLIC(smx_action_t) simcall_comm_iprobe(smx_rdv_t rdv, int type, int src, int tag, int (*match_fun)(void *, void *, smx_action_t), void *data); XBT_PUBLIC(void) simcall_comm_cancel(smx_action_t comm); -- 2.20.1