summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-08-31 14:12:49 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-08-31 14:12:49 +0200
commit197d9ef643b511fc230d6d190718adc338b64731 (patch)
tree046fde2026ec87a6074c22aaa829a43ceb6911ce /runtime/msg.h
parent672f45733bbcfab03e1284afc41b4b516f4f5365 (diff)
downloadrsyslog-197d9ef643b511fc230d6d190718adc338b64731.tar.gz
rsyslog-197d9ef643b511fc230d6d190718adc338b64731.tar.bz2
rsyslog-197d9ef643b511fc230d6d190718adc338b64731.zip
add native json-passing to output modules using JSON API
Diffstat (limited to 'runtime/msg.h')
-rw-r--r--runtime/msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/msg.h b/runtime/msg.h
index 6c907692..857eb673 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -201,6 +201,7 @@ int getProgramNameLen(msg_t *pM, sbool bLockMutex);
uchar *getRcvFrom(msg_t *pM);
rsRetVal propNameToID(cstr_t *pCSPropName, propid_t *pPropID);
uchar *propIDToName(propid_t propID);
+rsRetVal msgGetCEEPropJSON(msg_t *pM, es_str_t *propName, struct json_object **pjson);
/* The MsgPrepareEnqueue() function is a macro for performance reasons.