summaryrefslogtreecommitdiffstats
path: root/runtime/obj.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-06 18:43:03 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-06 18:43:03 +0200
commitba31ca0c288c71a714a93118acfb214879bf7b8f (patch)
tree670c914437ba781f34d6ab37962cb337711f7f26 /runtime/obj.h
parent050db3854d664b47b8b27d7877984500c8ba9568 (diff)
parent7f109cca88816752a9c9cbe255df9e3a5b5a8b5a (diff)
downloadrsyslog-ba31ca0c288c71a714a93118acfb214879bf7b8f.tar.gz
rsyslog-ba31ca0c288c71a714a93118acfb214879bf7b8f.tar.bz2
rsyslog-ba31ca0c288c71a714a93118acfb214879bf7b8f.zip
Merge branch 'v5-stable' into v6-stable
Conflicts: ChangeLog configure.ac doc/manual.html
Diffstat (limited to 'runtime/obj.h')
-rw-r--r--runtime/obj.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/obj.h b/runtime/obj.h
index be97f20e..32f7ef09 100644
--- a/runtime/obj.h
+++ b/runtime/obj.h
@@ -122,4 +122,8 @@ rsRetVal objGetObjInterface(obj_if_t *pIf);
PROTOTYPEObjClassInit(obj);
PROTOTYPEObjClassExit(obj);
+
+/* the following definition is only for "friends" */
+extern pthread_mutex_t mutObjGlobalOp; /* mutex to guard global operations of the object system */
+
#endif /* #ifndef OBJ_H_INCLUDED */