X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba15f0e8e5fe9918bad627ec253f3fcae8921432..c52c503d21e54cc4ff15a64060c2eb0b265f5f73:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index f12e73ff73..f66a3377ea 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -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;