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

Data Fields

struct list_head r_list
 
struct task_structr_tsk
 
int r_mode
 
long r_msgtype
 
long r_maxsize
 
struct msg_msg *volatile r_msg
 

Detailed Description

Definition at line 48 of file msg.c.

Field Documentation

struct list_head r_list

Definition at line 49 of file msg.c.

long r_maxsize

Definition at line 54 of file msg.c.

int r_mode

Definition at line 52 of file msg.c.

struct msg_msg* volatile r_msg

Definition at line 56 of file msg.c.

long r_msgtype

Definition at line 53 of file msg.c.

Definition at line 50 of file msg.c.


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