©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

msqid_ds Struct Reference

List of all members.

Detailed Description

Description:
Structure for msgctl (Std. UNIX; see AUP2 Sec. 7.5.1)
Headers:

Definition at line 3365 of file SUS_Summary.

Public Attributes

ipc_perm msg_perm
msgqnum_t msg_qnum
msglen_t msg_qbytes
pid_t msg_lspid
pid_t msg_lrpid
time_t msg_stime
time_t msg_rtime
time_t msg_ctime


Member Data Documentation

time_t msqid_ds::msg_ctime
 

time of last msgctl change

Definition at line 3373 of file SUS_Summary.

pid_t msqid_ds::msg_lrpid
 

process ID of last msgrcv

Definition at line 3370 of file SUS_Summary.

pid_t msqid_ds::msg_lspid
 

process ID of last msgsnd

Definition at line 3369 of file SUS_Summary.

struct ipc_perm msqid_ds::msg_perm
 

permission structure

Definition at line 3366 of file SUS_Summary.

msglen_t msqid_ds::msg_qbytes
 

maximum number of bytes allowed on queue

Definition at line 3368 of file SUS_Summary.

Referenced by main().

msgqnum_t msqid_ds::msg_qnum
 

number of messages currently on queue

Definition at line 3367 of file SUS_Summary.

time_t msqid_ds::msg_rtime
 

time of last msgrcv

Definition at line 3372 of file SUS_Summary.

time_t msqid_ds::msg_stime
 

time of last msgsnd

Definition at line 3371 of file SUS_Summary.


The documentation for this struct was generated from the following file:
Generated on Fri Apr 23 10:57:14 2004 for AUP2 Example Source by doxygen 1.3.1