diff options
Diffstat (limited to 'src/mds-registry/globals.h')
-rw-r--r-- | src/mds-registry/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |