Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
msqid_ds Struct Reference

#include <msg.h>

Data Fields

struct ipc_perm msg_perm
 
struct msgmsg_first
 
struct msgmsg_last
 
__kernel_time_t msg_stime
 
__kernel_time_t msg_rtime
 
__kernel_time_t msg_ctime
 
unsigned long msg_lcbytes
 
unsigned long msg_lqbytes
 
unsigned short msg_cbytes
 
unsigned short msg_qnum
 
unsigned short msg_qbytes
 
__kernel_ipc_pid_t msg_lspid
 
__kernel_ipc_pid_t msg_lrpid
 

Detailed Description

Definition at line 15 of file msg.h.

Field Documentation

unsigned short msg_cbytes

Definition at line 24 of file msg.h.

__kernel_time_t msg_ctime

Definition at line 21 of file msg.h.

struct msg* msg_first

Definition at line 17 of file msg.h.

struct msg* msg_last

Definition at line 18 of file msg.h.

unsigned long msg_lcbytes

Definition at line 22 of file msg.h.

unsigned long msg_lqbytes

Definition at line 23 of file msg.h.

__kernel_ipc_pid_t msg_lrpid

Definition at line 28 of file msg.h.

__kernel_ipc_pid_t msg_lspid

Definition at line 27 of file msg.h.

struct ipc_perm msg_perm

Definition at line 16 of file msg.h.

unsigned short msg_qbytes

Definition at line 26 of file msg.h.

unsigned short msg_qnum

Definition at line 25 of file msg.h.

__kernel_time_t msg_rtime

Definition at line 20 of file msg.h.

__kernel_time_t msg_stime

Definition at line 19 of file msg.h.


The documentation for this struct was generated from the following file: