#include "config.hh"
#include "cst/constants.hh"
#include <string>
#include <limits>
#include "args.hxx"
Go to the source code of this file.
Namespaces | |
namespace | olsr |
namespace | olsr::utl |
Defines | |
#define | QOLYESTER_DAEMON_UTL_ARGS_HH 1 |
Functions | |
static std::string | olsr::usage () |
static std::string | olsr::putversion () |
static void | olsr::die (const char *format,...) |
void | olsr::utl::parse_args (int &argc, char **&argv) |
void | olsr::utl::output_syslog () |
void | olsr::utl::start_output () |
void | olsr::utl::stop_output () |
Variables | |
bool | olsr::do_dump_tc = false |
bool | olsr::do_dump_hello = false |
bool | olsr::do_dump_state = false |
bool | olsr::do_dump_prof = false |
bool | olsr::nodetach = false |
bool | olsr::notables = false |
const bool | olsr::debugtrace = false |
unsigned | olsr::current_log_level = 3 |
bool | olsr::timestamps = false |
bool | olsr::use_syslog = false |
std::string | olsr::error_file |
std::string | olsr::warning_file |
std::string | olsr::notice_file |
std::string | olsr::dump_file |
#define QOLYESTER_DAEMON_UTL_ARGS_HH 1 |