From 1c5ff7722dbd3e32aa3e5b7d5cb77773f083472d Mon Sep 17 00:00:00 2001 From: James Yonan Date: Sun, 13 Mar 2011 06:59:25 +0000 Subject: 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 --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') 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 -- cgit