#include "Common/Compat.h"#include <iostream>#include <queue>#include <string>#include <arpa/inet.h>#include <poll.h>#include <pthread.h>#include <stdint.h>#include <string.h>#include <sys/socket.h>#include <sys/types.h>#include <time.h>#include "AsyncComm/ApplicationHandler.h"#include "AsyncComm/ApplicationQueue.h"#include "AsyncComm/ConnectionHandlerFactory.h"#include "Common/Init.h"#include "Common/Error.h"#include "Common/InetAddr.h"#include "Common/System.h"#include "Common/SockAddrMap.h"#include "Common/Usage.h"#include "DispatchHandler.h"#include "Comm.h"#include "Event.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| main function | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main function
Definition at line 219 of file testServer.cc.
1.7.2