diff options
Diffstat (limited to 'pfinet/linux-src/include/linux/msg.h')
-rw-r--r-- | pfinet/linux-src/include/linux/msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/linux-src/include/linux/msg.h b/pfinet/linux-src/include/linux/msg.h index 2be62719..0312b5de 100644 --- a/pfinet/linux-src/include/linux/msg.h +++ b/pfinet/linux-src/include/linux/msg.h @@ -49,6 +49,7 @@ struct msginfo { #define MSGMNI 128 /* <= 1K */ /* max # of msg queue identifiers */ #define MSGMAX 4056 /* <= 4056 */ /* max size of message (bytes) */ #define MSGMNB 16384 /* ? */ /* default max size of a message queue */ +#define MSGQNUM 1024 /* <=65535 */ /* Max messages in flight / queue */ /* unused */ #define MSGPOOL (MSGMNI*MSGMNB/1024) /* size in kilobytes of message pool */ |