summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index 5107a9d..c3db42c 100644
--- a/runopts.h
+++ b/runopts.h
@@ -83,6 +83,7 @@ typedef struct svr_runopts {
sign_key *hostkey;
buffer * banner;
+ char * pidfile;
} svr_runopts;
@@ -101,6 +102,8 @@ typedef struct cli_runopts {
char *cmd;
int wantpty;
+ int no_cmd;
+ int backgrounded;
#ifdef ENABLE_CLI_PUBKEY_AUTH
struct SignKeyList *privkeys; /* Keys to use for public-key auth */
#endif