Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move string buffers from 'private to tesh' to 'public in xbt' (I'm gonna use them...
[simgrid.git] / tools / tesh / run_context.h
index 5704672..bc76e3b 100644 (file)
@@ -46,9 +46,9 @@ typedef struct {
   int expected_return; /* the exepeted return code of following command */
 
   /* buffers */
   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 */
 
   /* Threads */
   xbt_os_thread_t writer, reader; /* IO handlers */