X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5656a19c3369334d8de792391b1a085732b743ee..b6797e494ca445d5894ccb5098c2df4a25e2d3ea:/src/msg/private.h?ds=inline diff --git a/src/msg/private.h b/src/msg/private.h index c7732a621f..29d30a0d6a 100644 --- a/src/msg/private.h +++ b/src/msg/private.h @@ -15,6 +15,7 @@ #include "xbt/swag.h" #include "xbt/dict.h" #include "xbt/context.h" +#include "xbt/config.h" /**************** datatypes **********************************/ @@ -83,6 +84,12 @@ typedef struct MSG_Global { extern MSG_Global_t msg_global; +/************************** Configuration support ********************************/ +void msg_config_init(void); /* create the config set, call this before use! */ +extern int _msg_init_status; /* 0: beginning of time; + 1: pre-inited (cfg_set created); + 2: inited (running) */ +extern xbt_cfg_t _msg_cfg_set; /*************************************************************/