#include <unistd.h>
#include <netinet/in.h>
#include <signal.h>
#include <fstream>
#include "consmgr.h"
#include "cmconfig.h"
#include "mastercont.h"
Go to the source code of this file.
Functions | |
static void | usage (void) |
int | main (int argc, char *argv[]) |
static void usage | ( | void | ) | [static] |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
< Run in the foreground
Definition at line 57 of file tcpsrv.cc.
References CATCH_STR_OR_DIE, ConfigFactory::config_object(), Config::load_entry(), MasterController::run(), usage(), ConfigUnfoundException::what(), CMException::what(), and ConfigException::what().