X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7200d622a9e4d6f368da17f51f6aee495dccfa1d..485a5ec02aa2f8c667ab99f1d556e1851a99cc07:/tools/tesh/tesh.h diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index f189375abf..326c1f5515 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -24,6 +24,7 @@ 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;