Top | ![]() |
![]() |
![]() |
![]() |
void | glibtop_get_msg_limits () |
void | glibtop_get_msg_limits_l () |
void | glibtop_get_msg_limits_p () |
void | glibtop_get_msg_limits_s () |
#define | GLIBTOP_IPC_MSGPOOL |
#define | GLIBTOP_IPC_MSGMAP |
#define | GLIBTOP_IPC_MSGMAX |
#define | GLIBTOP_IPC_MSGMNB |
#define | GLIBTOP_IPC_MSGMNI |
#define | GLIBTOP_IPC_MSGSSZ |
#define | GLIBTOP_IPC_MSGTQL |
#define | GLIBTOP_MAX_MSG_LIMITS |
struct | glibtop_msg_limits |
#define | glibtop_get_msg_limits_r |
void glibtop_get_msg_limits_l (glibtop *server
,glibtop_msg_limits *buf
);
void glibtop_get_msg_limits_p (glibtop *server
,glibtop_msg_limits *buf
);
void glibtop_get_msg_limits_s (glibtop *server
,glibtop_msg_limits *buf
);
struct glibtop_msg_limits { 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 */ };