Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add V_cluster_availability_file and V_cluster_state_file to struct for cluster.
[simgrid.git] / src / include / surf / surfxml_parse_values.h
index 9a5d9a9..a374e02 100644 (file)
@@ -47,6 +47,8 @@ typedef struct s_cluster {
        char* S_cluster_router_id;
        int V_cluster_sharing_policy;
        int V_cluster_bb_sharing_policy;
+       char* V_cluster_availability_file;
+       char* V_cluster_state_file;
 } s_cluster_t;
 
 typedef struct s_router *router_t;