From ced31fb2be1cdcc0dfc8da2b9b00105c3ad903cb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 24 Aug 2014 16:01:34 +0200 Subject: message id is unsigned 32-bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-registry/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mds-registry/globals.h') diff --git a/src/mds-registry/globals.h b/src/mds-registry/globals.h index 21f3b3e..bd83ff4 100644 --- a/src/mds-registry/globals.h +++ b/src/mds-registry/globals.h @@ -35,7 +35,7 @@ /** * Value of the ‘Message ID’ header for the next message */ -extern int32_t message_id; +extern uint32_t message_id; /** * Buffer for received messages -- cgit v1.2.3-70-g09d2