Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not duplicate rctx_wait_bg in rctx_exit
[simgrid.git] / tools / tesh / tesh.h
index a3cbe9a..8f73c1c 100644 (file)
@@ -1,9 +1,7 @@
-/* $Id$ */
-
 /* TESH (Test Shell) -- mini shell specialized in running test units        */
 
-/* Copyright (c) 2007-2008, Da SimGrid team.                                */
-/* All rights reserved.                                                     */
+/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team.
+ * 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. */
@@ -27,7 +25,7 @@ const char *signal_name(unsigned int got, char *expected);
 int timeout_value;              /* child timeout value */
 
 rctx_t rctx;
-char *testsuite_name;
+const char *testsuite_name;
 
 
 /* Environment related definitions */
@@ -42,4 +40,4 @@ extern char **environ;
 
 xbt_dict_t env;                 /* the environment, stored as a dict (for variable substitution) */
 
-#endif /* TESH_H */
+#endif                          /* TESH_H */