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

file_ID_s Struct Reference

A structure to hold a unique identifier for a file. More...

#include <types-and-constants.hh>

List of all members.

Public Attributes

device_ID_t major
device_ID_t minor
inode_ID_t inode_ID


Detailed Description

A structure to hold a unique identifier for a file.

Definition at line 236 of file types-and-constants.hh.


Member Data Documentation

inode_ID_t file_ID_s::inode_ID
 

The inode number on the given device.

Definition at line 240 of file types-and-constants.hh.

Referenced by Consumer::Consumer(), equal_file_ID_s::operator()(), Process::Process(), and Consumer::read_kernel_record().

device_ID_t file_ID_s::major
 

The major device number.

Definition at line 238 of file types-and-constants.hh.

Referenced by Consumer::Consumer(), equal_file_ID_s::operator()(), Process::Process(), and Consumer::read_kernel_record().

device_ID_t file_ID_s::minor
 

The minor device number.

Definition at line 239 of file types-and-constants.hh.

Referenced by Consumer::Consumer(), equal_file_ID_s::operator()(), Process::Process(), and Consumer::read_kernel_record().


The documentation for this struct was generated from the following file:
Generated on Fri Jan 31 10:33:38 2003 for Laplace-merge by doxygen1.3-rc2