Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use new style logging macros.
[simgrid.git] / tools / tesh / tesh.h
index 206493b..326c1f5 100644 (file)
@@ -23,9 +23,12 @@ const char *signal_name(unsigned int got, char *expected);
 
 /*** Options ***/
 int timeout_value;              /* child timeout value */
+int sort_len;                   /* length of the prefix to sort */
+char* option;                                  /* cfg for command line */
+#define SORT_LEN_DEFAULT 19
 
 rctx_t rctx;
-char *testsuite_name;
+const char *testsuite_name;
 
 
 /* Environment related definitions */
@@ -40,4 +43,4 @@ extern char **environ;
 
 xbt_dict_t env;                 /* the environment, stored as a dict (for variable substitution) */
 
-#endif /* TESH_H */
+#endif                          /* TESH_H */