From a6aa2b75ee9da97a6d2d98701af8bff01064afe4 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 4 Mar 2013 12:59:53 +0100 Subject: mmanon: complete ipv4 functionality --- runtime/msg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/msg.h') 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); -- cgit v1.2.3