MentOS  0.8.0
The Mentoring Operating System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Public Attributes | List of all members
msq_info_t Struct Reference

Message queue management structure. More...

Public Attributes

int id
 ID associated to the message queue.
 
struct msqid_ds msqid
 The message queue data strcutre.
 
struct msg * msg_first
 Pointer to the first message in the queue.
 
struct msg * msg_last
 Pointer to the last message in the queue.
 
list_head list
 Reference inside the list of message queue management structures.
 

Detailed Description

Message queue management structure.


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