X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b36e8791797d299ccf61a294e7eb6dd39ecac7dc..46784b142aab6e4849a92709f781a09e0a567260:/tools/tesh/run_context.h diff --git a/tools/tesh/run_context.h b/tools/tesh/run_context.h index 57046720f8..bc76e3bf6c 100644 --- a/tools/tesh/run_context.h +++ b/tools/tesh/run_context.h @@ -46,9 +46,9 @@ typedef struct { int expected_return; /* the exepeted return code of following command */ /* buffers */ - buff_t input; - buff_t output_wanted; - buff_t output_got; + xbt_strbuff_t input; + xbt_strbuff_t output_wanted; + xbt_strbuff_t output_got; /* Threads */ xbt_os_thread_t writer, reader; /* IO handlers */