Make ng_ID_t fixed size, so that its maximum value is platform independent.

This will be important in future.
This commit is contained in:
Gleb Smirnoff 2006-10-17 11:01:20 +00:00
parent c6964951c6
commit bb964e745b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163461

View File

@ -109,8 +109,8 @@ struct ng_mesg {
#define NGF_ORIG 0x00000000 /* the msg is the original request */
#define NGF_RESP 0x00000001 /* the message is a response */
/* Type of a unique node ID */
#define ng_ID_t unsigned int
/* Type of a unique node ID. */
#define ng_ID_t uint32_t
/*
* Here we describe the "generic" messages that all nodes inherently