Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
task->data (formerly callback) could not be set by end-users.
[simgrid.git] / src / surf / surf_private.h
index ff76645..6452c47 100644 (file)
@@ -38,6 +38,8 @@ e_surf_action_state_t surf_action_get_state(surf_action_t action);
 void surf_action_free(surf_action_t * action);
 void surf_action_change_state(surf_action_t action,
                              e_surf_action_state_t state);
+void surf_action_set_data(surf_action_t action,
+                         void *data);
 
 extern lmm_system_t maxmin_system;
 extern tmgr_history_t history;