Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix (C) dates; proper xbt_log function
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 9 Dec 2004 14:53:53 +0000 (14:53 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 9 Dec 2004 14:53:53 +0000 (14:53 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@574 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/bandwidth/bandwidth.c
src/gras_modinter.h
src/xbt_modinter.h

index 508c0a1..9069985 100644 (file)
@@ -2,7 +2,7 @@
 
 /* bandwidth - bandwidth test demo of GRAS features                         */
 
 
 /* bandwidth - bandwidth test demo of GRAS features                         */
 
-/* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
index ccf52cd..aa37c8d 100644 (file)
@@ -1,8 +1,8 @@
 /* $Id$ */
 
 /* $Id$ */
 
-/* gras_modinter.h - Interface to GRAS modules                              */
+/* gras_modinter.h - How to init/exit the GRAS modules                      */
 
 
-/* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
index 1b32e6f..d678773 100644 (file)
@@ -1,8 +1,8 @@
 /* $Id$ */
 
 /* $Id$ */
 
-/* xbt_modinter - Interface to XBT modules                                  */
+/* xbt_modinter - How to init/exit the XBT modules                          */
 
 
-/* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -11,7 +11,7 @@
 #define XBT_MODINTER_H
 
 /* Modules definitions */
 #define XBT_MODINTER_H
 
 /* Modules definitions */
-void gras_log_init(void);
+void xbt_log_init(int *argc,char **argv, const char *defaultlog);
 void xbt_log_exit(void);
 
 #endif /* XBT_MODINTER_H */
 void xbt_log_exit(void);
 
 #endif /* XBT_MODINTER_H */