X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/492a4e892fd1bb63b1c3b5e47ffa3ae5bd512517..b412f30fc9762c807c7b93ac9e308d6b8a70d8e5:/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;