Linux Kernel
3.7.1
|
#include <msgqueue.h>
Data Fields | |
struct msgqueue_entry * | qe |
struct msgqueue_entry * | free |
struct msgqueue_entry | entries [NR_MESSAGES] |
Definition at line 28 of file msgqueue.h.
struct msgqueue_entry entries[NR_MESSAGES] |
Definition at line 31 of file msgqueue.h.
struct msgqueue_entry* free |
Definition at line 30 of file msgqueue.h.
struct msgqueue_entry* qe |
Definition at line 29 of file msgqueue.h.