summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2023-07-25 21:50:22 +0000
committerMikael Magnusson <mikma@users.sourceforge.net>2023-07-25 21:50:22 +0000
commit224a8c55e09a455feddbaf41f44a60683d72f37f (patch)
tree9a07a292ea8f1fafee4f1784d4006870fdf9b2d7 /runopts.h
parent41d4b4e7f791825b8e5b2979e49bc0f5409380e9 (diff)
WIP bindtodevicebindtodevice
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index af60877..9299711 100644
--- a/runopts.h
+++ b/runopts.h
@@ -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;