summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-08-27 17:10:25 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-08-27 17:10:25 +0200
commit2514bccdccaebe128055ffa0dc5132b4f4c48635 (patch)
treef423cd434483b74da6c524194be098e9d6c12eef /runtime/msg.h
parenta74898dc827ed4a8f9587196716746031b1e5169 (diff)
parentec48c41e27ec15618f57b54209eaafe025e29010 (diff)
downloadrsyslog-2514bccdccaebe128055ffa0dc5132b4f4c48635.tar.gz
rsyslog-2514bccdccaebe128055ffa0dc5132b4f4c48635.tar.xz
rsyslog-2514bccdccaebe128055ffa0dc5132b4f4c48635.zip
Merge branch 'master-uuid'
Diffstat (limited to 'runtime/msg.h')
-rw-r--r--runtime/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/msg.h b/runtime/msg.h
index ed2e9d04..f6b54a77 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -123,6 +123,7 @@ struct msg {
char pszRcvdAt_SecFrac[7]; /* same as above. Both are fractional seconds for their respective timestamp */
char pszTIMESTAMP_Unix[12]; /* almost as small as a pointer! */
char pszRcvdAt_Unix[12];
+ uchar *pszUUID; /* The message's UUID */
};
@@ -184,7 +185,6 @@ void getRawMsg(msg_t *pM, uchar **pBuf, int *piLen);
rsRetVal msgGetCEEVar(msg_t *pThis, cstr_t *propName, var_t **ppVar);
es_str_t* msgGetCEEVarNew(msg_t *pMsg, char *name);
-
/* TODO: remove these five (so far used in action.c) */
uchar *getMSG(msg_t *pM);
char *getHOSTNAME(msg_t *pM);