summaryrefslogtreecommitdiffstats
path: root/runtime/obj.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-06 15:12:51 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-06 15:12:51 +0200
commit29cd813960ed8e4f800cb9210d30888368587f1c (patch)
tree7fd216d79c33106fb12bf744f995480f8665f357 /runtime/obj.h
parentd6602c1a6cfd48ff1f5b7656eb429d60ce927ebc (diff)
parent7f109cca88816752a9c9cbe255df9e3a5b5a8b5a (diff)
downloadrsyslog-29cd813960ed8e4f800cb9210d30888368587f1c.tar.gz
rsyslog-29cd813960ed8e4f800cb9210d30888368587f1c.tar.bz2
rsyslog-29cd813960ed8e4f800cb9210d30888368587f1c.zip
Merge branch 'v5-stable' into v5-beta
Conflicts: ChangeLog configure.ac doc/manual.html runtime/modules.c
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 */