From: mquinson Date: Wed, 29 Jun 2005 20:51:12 +0000 (+0000) Subject: config support in MSG X-Git-Tag: v3.3~3874 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/33f32ad6d4e98ec1cbc7eeed1723deee82d59764 config support in MSG git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1481 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/msg/msg.h b/include/msg/msg.h index b0399caee7..9a3817c5e2 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -15,6 +15,7 @@ BEGIN_DECL() #include "msg/datatypes.h" /************************** Global ******************************************/ +xbt_error_t MSG_config(const char *name, ...); void MSG_global_init(void); void MSG_global_init_args(int *argc, char **argv); void MSG_set_verbosity(MSG_outputmode_t mode);