X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/47a73b5d8591f5405691f45ee0c5884807ea7471..41a43790bf6c6331ca0f1283e3402f6dc6574072:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 8850105c0b..7b5e58e301 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -217,6 +217,7 @@ XBT_PUBLIC(MSG_error_t) /************************** Action handling **********************************/ typedef void (*msg_action_fun) (xbt_dynar_t args); +XBT_PUBLIC(void) MSG_action_paranoid_mode_set(int mode); XBT_PUBLIC(void) MSG_action_register(const char *action_name, msg_action_fun function); XBT_PUBLIC(void) MSG_action_unregister(const char *action_name);