#include <unistd.h>
#include <sys/types.h>
#include <fcntl.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] |
Definition at line 157 of file console.cc.
References __progname.
Referenced by main().
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 64 of file console.cc.
References CATCH_STR_OR_DIE, ConfigFactory::config_object(), Config::load_entry(), MasterController::run(), usage(), and ConfigException::what().