X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8ba628a1b24e5130c2f14ee2d7d7a0f470ba8b17..110b155a3d6309c2f780ca870d8c14391796ccd4:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index ff76645a17..6452c47b36 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -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;