From 33f32ad6d4e98ec1cbc7eeed1723deee82d59764 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 29 Jun 2005 20:51:12 +0000 Subject: [PATCH] config support in MSG git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1481 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/msg/msg.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.20.1