X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=pipex.h;h=8a5165231ede611940865e8c3ec7d02fb424977d;hb=471c4c42e267be298ce20951d5a352acd6b55190;hp=e1a36186bf409b79c85b7dd2a1bc4f23cedfc572;hpb=a0f731f21d6aa26dbf7246039a1c66c2ade0533f;p=polyglot.git 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