]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/msg.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change the cluster platform so that smpirun handles it
[simgrid.git] / include / simgrid / msg.h
index 95f014ffd29f40e4b8af56dc7253d3c41f02f237..66f8c3c7c53a5cfcc9f3357194a83c9ae752daad 100644 (file)
@@ -41,6 +41,8 @@ typedef struct s_msg_host_priv {
   xbt_dynar_t file_descriptor_table;
 } s_msg_host_priv_t;
 
+XBT_PUBLIC_DATA(int) sg_storage_max_file_descriptors;
+
 /* ******************************** Task ************************************ */
 
 typedef struct simdata_task *simdata_task_t;