#include <Common/Compat.h>
#include "DispatchHandler.h"
#include "Comm.h"
#include "Event.h"
#include <AsyncComm/ApplicationHandler.h>
#include <AsyncComm/ApplicationQueue.h>
#include <AsyncComm/ConnectionHandlerFactory.h>
#include <AsyncComm/ReactorFactory.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 <chrono>
#include <iostream>
#include <queue>
#include <string>
#include <thread>
#include <arpa/inet.h>
#include <pthread.h>
#include <stdint.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/types.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
main function More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
main function
Definition at line 219 of file testServer.cc.