Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last changes of Tesh tools
[simgrid.git] / tools / tesh2 / include / types.h
index ae5fcc42512c40ac0bf108a598e0e679838787c0..391313445ab8de36f579a507f411a8d59e3c0fb8 100644 (file)
@@ -318,6 +318,7 @@ typedef struct s_context
        
        #ifdef WIN32
        char* t_command_line;                           /* translate the command line on Windows                                                                */
+       unsigned is_not_found:1;
        #endif
 
 }s_context_t,* context_t;