X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/46784b142aab6e4849a92709f781a09e0a567260..1048d75232893b20a4f7b167e4fa9bc23fce0cd2:/tools/tesh/run_context.h diff --git a/tools/tesh/run_context.h b/tools/tesh/run_context.h index bc76e3bf6c..9b334722be 100644 --- a/tools/tesh/run_context.h +++ b/tools/tesh/run_context.h @@ -19,6 +19,8 @@ typedef enum {e_output_check, e_output_display, e_output_ignore} e_output_handli typedef struct { /* kind of job */ char *cmd; + char **env; + int env_size; char *filepos; int pid; int is_background:1;