aboutsummaryrefslogtreecommitdiff
path: root/src/prog.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-12-02 15:01:39 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-12-02 15:01:39 +0200
commit23cad612301853307888a2a9ac2bc50be49e40fa (patch)
tree3423e67f75b9aaba5ce956ff7697aab1fba857f3 /src/prog.h
parent0a5c7476fb327ba7eecf4a7955eb9dfd9431160c (diff)
downloadpies-23cad612301853307888a2a9ac2bc50be49e40fa.tar.gz
pies-23cad612301853307888a2a9ac2bc50be49e40fa.tar.bz2
Fix reporting of the argv over the control interface (improves c0f4c3b99b)
Diffstat (limited to 'src/prog.h')
-rw-r--r--src/prog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prog.h b/src/prog.h
index 96abeb7..6647ee4 100644
--- a/src/prog.h
+++ b/src/prog.h
@@ -53,6 +53,7 @@ struct prog
struct
{
struct component *comp;
+ size_t argc;
char **argv; /* Actual command line (NULL-terminated) */
int socket;
struct prog *redir[2]; /* Pointers to redirectors */

Return to:

Send suggestions and report system problems to the System administrator.