summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-04 12:59:53 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-04 12:59:53 +0100
commita6aa2b75ee9da97a6d2d98701af8bff01064afe4 (patch)
tree30b4d5fe360aee350a7b05ad36e640485f4cbf37 /runtime/msg.h
parente17c0267dbda37641fd93e51ce28c9ab2307c0c3 (diff)
downloadrsyslog-a6aa2b75ee9da97a6d2d98701af8bff01064afe4.tar.gz
rsyslog-a6aa2b75ee9da97a6d2d98701af8bff01064afe4.tar.bz2
rsyslog-a6aa2b75ee9da97a6d2d98701af8bff01064afe4.zip
mmanon: complete ipv4 functionality
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 564441b6..edf5ed98 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -198,6 +198,7 @@ uchar *getMSG(msg_t *pM);
char *getHOSTNAME(msg_t *pM);
char *getPROCID(msg_t *pM, sbool bLockMutex);
char *getAPPNAME(msg_t *pM, sbool bLockMutex);
+void setMSGLen(msg_t *pM, int lenMsg);
int getMSGLen(msg_t *pM);
char *getHOSTNAME(msg_t *pM);