summaryrefslogtreecommitdiffstats
path: root/runtime/glbl.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-17 11:17:15 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-17 11:17:15 +0200
commite5130affc022eff12a3d9584576a385edbb13465 (patch)
treec10ebc6869d977806b67f6d72f69b66c36f30548 /runtime/glbl.h
parent0edc7976ae057d474254379daa9085b05a52e12d (diff)
downloadrsyslog-e5130affc022eff12a3d9584576a385edbb13465.tar.gz
rsyslog-e5130affc022eff12a3d9584576a385edbb13465.tar.xz
rsyslog-e5130affc022eff12a3d9584576a385edbb13465.zip
moved "glblModPath" variable inside global data pool
(but still as a variable, not part of glbl object)
Diffstat (limited to 'runtime/glbl.h')
-rw-r--r--runtime/glbl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/glbl.h b/runtime/glbl.h
index 0db2f0ac..d61f9b41 100644
--- a/runtime/glbl.h
+++ b/runtime/glbl.h
@@ -34,9 +34,6 @@
#define glblGetIOBufSize() 4096 /* size of the IO buffer, e.g. for strm class */
-extern uchar *glblModPath; /* module load path */
-
-
/* interfaces */
BEGINinterface(glbl) /* name must also be changed in ENDinterface macro! */
uchar* (*GetWorkDir)(void);