summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-31 03:49:25 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-31 03:49:25 +0000
commit79df31c85ab06d24f9443e370160cc9c44b88b93 (patch)
treeb3f92140b9c210485c2c0caad578c844791f3bcb /init.h
parentc67d59cd5c30534a4108945294284f29df7a6c84 (diff)
downloadopenvpn-79df31c85ab06d24f9443e370160cc9c44b88b93.tar.gz
openvpn-79df31c85ab06d24f9443e370160cc9c44b88b93.tar.xz
openvpn-79df31c85ab06d24f9443e370160cc9c44b88b93.zip
svn merge -r 734:737 $SO/trunk/openvpn
Security fixes from 2.0.3 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@740 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'init.h')
-rw-r--r--init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.h b/init.h
index edc9aee..3c159d5 100644
--- a/init.h
+++ b/init.h
@@ -94,6 +94,8 @@ void inherit_context_top (struct context *dest,
#define CC_GC_FREE (1<<0)
#define CC_USR1_TO_HUP (1<<1)
#define CC_HARD_USR1_TO_HUP (1<<2)
+#define CC_NO_CLOSE (1<<3)
+
void close_context (struct context *c, int sig, unsigned int flags);
struct context_buffers *init_context_buffers (const struct frame *frame);