Details
GLIBTOP_IPC_MSGPOOL
#define GLIBTOP_IPC_MSGPOOL	0
 
GLIBTOP_IPC_MSGMAP
#define GLIBTOP_IPC_MSGMAP	1
 
GLIBTOP_IPC_MSGMAX
#define GLIBTOP_IPC_MSGMAX	2
 
GLIBTOP_IPC_MSGMNB
#define GLIBTOP_IPC_MSGMNB	3
 
GLIBTOP_IPC_MSGMNI
#define GLIBTOP_IPC_MSGMNI	4
 
GLIBTOP_IPC_MSGSSZ
#define GLIBTOP_IPC_MSGSSZ	5
 
GLIBTOP_IPC_MSGTQL
#define GLIBTOP_IPC_MSGTQL	6
 
GLIBTOP_MAX_MSG_LIMITS
#define GLIBTOP_MAX_MSG_LIMITS	7
 
glibtop_msg_limits
typedef struct {
	guint64	flags;
	guint64 msgpool;	/* GLIBTOP_IPC_MSGPOOL	*/
	guint64 msgmap;		/* GLIBTOP_IPC_MSGMAP	*/
	guint64 msgmax;		/* GLIBTOP_IPC_MSGMAX	*/
	guint64 msgmnb;		/* GLIBTOP_IPC_MSGMNB	*/
	guint64 msgmni;		/* GLIBTOP_IPC_MSGMNI	*/
	guint64 msgssz;		/* GLIBTOP_IPC_MSGSSZ	*/
	guint64 msgtql;		/* GLIBTOP_IPC_MSGTQL	*/
} glibtop_msg_limits;
 
glibtop_get_msg_limits_r
#define             glibtop_get_msg_limits_r