summaryrefslogtreecommitdiffstats
path: root/obj-types.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-07 08:06:16 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-07 08:06:16 +0000
commitfa67273c1644551b50919fa7879acfdc92e269bc (patch)
tree38e41ee526a4bcc19540047c56c93b2a7865ef36 /obj-types.h
parentae3e3e9cb1584b5cf7082c1b28c4cbbd48b1f664 (diff)
downloadrsyslog-fa67273c1644551b50919fa7879acfdc92e269bc.tar.gz
rsyslog-fa67273c1644551b50919fa7879acfdc92e269bc.tar.xz
rsyslog-fa67273c1644551b50919fa7879acfdc92e269bc.zip
- added RSYSLOGD_MODDIR environment variable
- added -M rsyslogd option (allows to specify module directory location) - converted net.c into a loadable library plugin
Diffstat (limited to 'obj-types.h')
-rw-r--r--obj-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj-types.h b/obj-types.h
index 31fdd03d..3771d02d 100644
--- a/obj-types.h
+++ b/obj-types.h
@@ -348,7 +348,7 @@ finalize_it: \
*/
#define CORE_COMPONENT NULL /* use this to indicate this is a core component */
#define objUse(objName, FILENAME) \
- obj.UseObj((uchar*)#objName, (uchar*)FILENAME, (void*) &objName)
+ obj.UseObj(__FILE__, (uchar*)#objName, (uchar*)FILENAME, (void*) &objName)
/* defines data that must always be present at the very begin of the interface structure */
#define ifBEGIN \