NAME
stat
SYNOPSIS
#include <ace/OS.h>
struct stat
{
  public:
    ACE_Time_Value st_atime;
    ACE_Time_Value st_mtime;
    off_t st_size;
};
PUBLIC MEMBERS
ACE_Time_Value st_atime;
ACE_Time_Value st_mtime;
time of last data modification
off_t st_size;
file size, in bytes
 u_long   st_blksize; // optimal blocksize for I/O
 u_long   st_flags;   // user defined flags for file
AUTHOR
Doug Schmidt schmidt@cs.wustl.edu, Jesper S. M|ller
stophph@diku.dk, and a cast of thousands...
The ACE_Sched_Priority type should be used for platform-
independent thread and process priorities, by convention.
int should be used for OS-specific priorities.
typedef for the _stat data structure
Giving unique ACE scoped names for some important
RTSignal-Related constants. Becuase sometimes, different
platforms use different names for these constants.
LIBRARY
ace