#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <signal.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/wait.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include "Config.h"#include "UIServ.hh"#include "SockOp.hh"Include dependency graph for UIServ.cc:
Go to the source code of this file.
Functions | |
| void | SigHandler (int iSigNum) |
| int | main (int argc, char *argv[]) |
Variables | |
| bool | bRun = true |
| clUIServer * | UIServer |
| clSockOp * | SOp |
|
|
Definition at line 46 of file UIServ.cc. References bRun. |
|
||||||||||||
|
Definition at line 61 of file UIServ.cc. References bRun, clSockOp::DisableNagle(), GLOBAL_HEADER_LEN, clUIServer::NoLogShutdown(), clSockOp::ReadN(), clSockOp::ReadSelect(), clSockOp::SetTypeOfService(), SigHandler(), SOp, UIS_MSG_TIMEOUT, UIS_VERSMAJ, UIS_VERSMIN, UIS_VERSPL, UIServer, and clUIServer::Wait(). |
|
|
|
|
|
Definition at line 42 of file UIServ.cc. Referenced by main(). |
|
1.3.3