#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <time.h>
#include <FileDescriptor.h>
Include dependency graph for FileDescriptor.cc:
Go to the source code of this file.
Defines | |
#define | WANT_FD_DEBUG_MESSAGES 0 |
#define | MAX(a, b) ((a > b) ? a : b) |
#define | MIN(a, b) ((a < b) ? a : b) |
|
Definition at line 52 of file FileDescriptor.cc. |
|
Definition at line 56 of file FileDescriptor.cc. |
|
Definition at line 49 of file FileDescriptor.cc. |