Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
enable user data extension without calling MSG_init
[simgrid.git] / include / simgrid / msg.h
index 821228b..d9d09d0 100644 (file)
@@ -308,6 +308,7 @@ XBT_PUBLIC double MSG_get_clock();
 XBT_PUBLIC unsigned long int MSG_get_sent_msg();
 
 /************************** Process handling *********************************/
+XBT_PUBLIC void MSG_process_userdata_init();
 XBT_PUBLIC msg_process_t MSG_process_create(const char* name, xbt_main_func_t code, void* data, msg_host_t host);
 XBT_PUBLIC msg_process_t MSG_process_create_with_arguments(const char* name, xbt_main_func_t code, void* data,
                                                            msg_host_t host, int argc, char** argv);