NAME

utsname

SYNOPSIS

#include <ace/OS.h>

struct utsname { public: TCHAR sysname[_SYS_NMLN]; TCHAR nodename[_SYS_NMLN]; TCHAR release[_SYS_NMLN]; TCHAR version[_SYS_NMLN]; TCHAR machine[_SYS_NMLN]; };

PUBLIC MEMBERS

TCHAR sysname[_SYS_NMLN];

TCHAR nodename[_SYS_NMLN];

TCHAR release[_SYS_NMLN];

TCHAR version[_SYS_NMLN];

TCHAR machine[_SYS_NMLN];

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