Update of /cvsroot/anet/ANet/ANet_Daemon/Linux
In directory usw-pr-cvs1:/tmp/cvs-serv30067
Added Files:
FilesSpecific.h
Log Message:
Starting File Wrappers...
--- NEW FILE: FilesSpecific.h ---
/******************************************************************
ANet_Daemon/Linux/FilesSpecific.h
Declarations for file management in the ANet deamon.
Those declarations are specific to Linux.
Cross-platform declarations are in:
ANet_Daemon/Common/Files.h
Part of the run-time wrapper of the ANet project.
Distributed under GPL: http://www.gnu.org/copyleft/gpl.html
******************************************************************/
#ifndef ANET_FILES_SPECIFIC
#define ANET_FILES_SPECIFIC
typedef struct {
//...
UInt8 busy;
UInt8 async;
} ANetFile;
#endif
|