#include <cassert>#include <sys/time.h>#include <sys/types.h>#include <unistd.h>#include <fcntl.h>#include <sys/eventfd.h>#include <errno.h>#include <string.h>#include "kNet/Event.h"#include "kNet/NetworkLogging.h"
Namespaces | |
| namespace | kNet |
Functions | |
| Event | kNet::CreateNewEvent (EventWaitType type) |
| Creates and returns a new event. | |
1.7.1