©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  

flock Struct Reference

List of all members.

Detailed Description

Description:
Structure for fcntl file locking (Std. UNIX; see AUP2 Sec. 7.11.4)
Headers:

Definition at line 3238 of file SUS_Summary.

Public Attributes

short l_type
short l_whence
off_t l_start
off_t l_len
pid_t l_pid


Member Data Documentation

off_t flock::l_len
 

length of section

Definition at line 3242 of file SUS_Summary.

pid_t flock::l_pid
 

process holding lock; used with F_GETLK

Definition at line 3243 of file SUS_Summary.

off_t flock::l_start
 

start of section

Definition at line 3241 of file SUS_Summary.

short flock::l_type
 

lock type: F_RDLCK, F_WRLCK, F_UNLCK

Definition at line 3239 of file SUS_Summary.

short flock::l_whence
 

interpretation of l_start

Definition at line 3240 of file SUS_Summary.


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