X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=pipex.h;fp=pipex.h;h=8a5165231ede611940865e8c3ec7d02fb424977d;hp=e1a36186bf409b79c85b7dd2a1bc4f23cedfc572;hb=471c4c42e267be298ce20951d5a352acd6b55190;hpb=5b56e51eeae04c352b95b1706b9d69b61feba3e9 diff --git a/pipex.h b/pipex.h index e1a3618..8a51652 100644 --- a/pipex.h +++ b/pipex.h @@ -39,6 +39,8 @@ typedef struct { char szWriteBuffer[LINE_INPUT_MAX_CHAR]; DWORD dwWriteIndex; const char *name; + const char *command; + BOOL quit_pending; } pipex_t; @@ -68,6 +70,8 @@ typedef struct { io_t io[1]; pid_t pid; int state; + bool quit_pending; + const char *command; } pipex_t; #endif