summaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-07 11:04:24 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-07 11:04:24 +0000
commit918f281d8226689f5c997a07c0bcd9a691ddb178 (patch)
tree2abf9558cda60580d7ec16d96d1f915ca016320d /msg.c
parent2c5b4f3c3d79190367595ccf84ae90f50666ddbf (diff)
downloadrsyslog-918f281d8226689f5c997a07c0bcd9a691ddb178.tar.gz
rsyslog-918f281d8226689f5c997a07c0bcd9a691ddb178.tar.xz
rsyslog-918f281d8226689f5c997a07c0bcd9a691ddb178.zip
implemented class type registry
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg.c b/msg.c
index 4ed53907..7c17f8ce 100644
--- a/msg.c
+++ b/msg.c
@@ -2087,7 +2087,7 @@ BEGINObjClassInit(Msg, 1)
funcUnlock = MsgLockingDummy;
funcDeleteMutex = MsgLockingDummy;
funcMsgPrepareEnqueue = MsgLockingDummy;
-ENDObjClassInit
+ENDObjClassInit(Msg)
/*
* vi:set ai: