Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Now, any surf-based program can take --surf-path arguments to help locating platform...
[simgrid.git] / src / surf / surf_private.h
index 6452c47..968c380 100644 (file)
@@ -40,8 +40,10 @@ 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);
+FILE *surf_fopen(const char *name, const char *mode);
 
 extern lmm_system_t maxmin_system;
 extern tmgr_history_t history;
+extern xbt_dynar_t surf_path;
 
 #endif                         /* _SURF_SURF_PRIVATE_H */