Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Review const attribute for pointers..
[simgrid.git] / include / msg / msg.h
index 2003d33..6498242 100644 (file)
@@ -217,7 +217,7 @@ XBT_PUBLIC(MSG_error_t)
                              double timeout);
 
 /************************** Action handling **********************************/
-typedef void (*msg_action_fun) (char*const* args);
+typedef void (*msg_action_fun) (const char *const *args);
 XBT_PUBLIC(void) MSG_action_register(const char *action_name,
                                      msg_action_fun function);
 XBT_PUBLIC(void) MSG_action_unregister(const char *action_name);