summaryrefslogtreecommitdiffstats
path: root/runtime/glbl.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-05 12:59:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-05 12:59:06 +0200
commit74ab20fa5cb95a90b46a4b423dc85b507f17ad8d (patch)
tree560d57b1770b9cec35610f2a0c81f0dd4e74ef38 /runtime/glbl.h
parentb9cbb0d696571134b2ed061804a8ed9fb0d91955 (diff)
downloadrsyslog-74ab20fa5cb95a90b46a4b423dc85b507f17ad8d.tar.gz
rsyslog-74ab20fa5cb95a90b46a4b423dc85b507f17ad8d.tar.xz
rsyslog-74ab20fa5cb95a90b46a4b423dc85b507f17ad8d.zip
made default certificate file locations configurable
- added $DefaultNetstreamDriverCAFile config directive - added $DefaultNetstreamDriverCertFile config directive - added $DefaultNetstreamDriverKeyFile config directive
Diffstat (limited to 'runtime/glbl.h')
-rw-r--r--runtime/glbl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/glbl.h b/runtime/glbl.h
index b6864f3d..adfae27e 100644
--- a/runtime/glbl.h
+++ b/runtime/glbl.h
@@ -49,6 +49,9 @@ BEGINinterface(glbl) /* name must also be changed in ENDinterface macro! */
SIMP_PROP(StripDomains, char**)
SIMP_PROP(LocalHosts, char**)
SIMP_PROP(DfltNetstrmDrvr, uchar*)
+ SIMP_PROP(DfltNetstrmDrvrCAF, uchar*)
+ SIMP_PROP(DfltNetstrmDrvrKeyFile, uchar*)
+ SIMP_PROP(DfltNetstrmDrvrCertFile, uchar*)
#undef SIMP_PROP
ENDinterface(glbl)
#define glblCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */