diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-07-25 21:50:22 +0000 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-07-25 21:50:22 +0000 |
commit | 224a8c55e09a455feddbaf41f44a60683d72f37f (patch) | |
tree | 9a07a292ea8f1fafee4f1784d4006870fdf9b2d7 /runopts.h | |
parent | 41d4b4e7f791825b8e5b2979e49bc0f5409380e9 (diff) |
WIP bindtodevicebindtodevice
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ typedef struct svr_runopts { char *ports[DROPBEAR_MAX_PORTS]; unsigned int portcount; char *addresses[DROPBEAR_MAX_PORTS]; + char *devices[DROPBEAR_MAX_PORTS]; int inetdmode; |