X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2fe88613fbaaeb0e648d1d2acbd3f7b53f6a5298..1eb360cdd23e2f0ff1bfdde12c61146ca880c160:/tools/tesh/tesh.h diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index 8f73c1c9a0..326c1f5515 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -23,6 +23,9 @@ 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; const char *testsuite_name;