summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2011-03-13 06:59:25 +0000
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-04-25 22:13:22 +0200
commit1c5ff7722dbd3e32aa3e5b7d5cb77773f083472d (patch)
tree7eccc7d6ba60b93adccf7c473f2489da7db0a024 /options.h
parent6c34e74f1340a72ab7dce077e4d326f03989322c (diff)
downloadopenvpn-1c5ff7722dbd3e32aa3e5b7d5cb77773f083472d.tar.gz
openvpn-1c5ff7722dbd3e32aa3e5b7d5cb77773f083472d.tar.xz
openvpn-1c5ff7722dbd3e32aa3e5b7d5cb77773f083472d.zip
Added optional journal directory argument to "port-share" directive, for reporting client IP origins of proxied connections.
git-svn-id: http://svn.openvpn.net/projects/branches/BETA21@7031 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index fd9eb7c..74ba9d4 100644
--- a/options.h
+++ b/options.h
@@ -430,6 +430,7 @@ struct options
#if PORT_SHARE
char *port_share_host;
int port_share_port;
+ const char *port_share_journal_dir;
#endif
#endif