#include "config.hh"
#include "sch/scheduler.hh"
#include "sch/events.hh"
#include "utl/args.hh"
#include "utl/syslog.hh"
#include "cst/params.hcc"
#include "utl/log.hcc"
#include "daemon_static_members_init.hcc"
#include "static_members_init.hcc"
#include "gra/graph.hcc"
#include "set/duplicate.hcc"
#include "set/gate.hcc"
#include "set/hna.hcc"
#include "set/interfaces.hcc"
#include "set/mid.hcc"
#include "set/neighbors.hcc"
#include "set/routes.hcc"
#include "set/topology.hcc"
Namespaces | |
namespace | olsr |
Functions | |
std::ostream | olsr::dump_state (dump.rdbuf()) |
std::ostream | olsr::dump_prof (dump.rdbuf()) |
std::ostream | olsr::dump_hello (dump.rdbuf()) |
std::ostream | olsr::dump_tc (dump.rdbuf()) |
std::ostream | olsr::dump_mid (dump.rdbuf()) |
std::ostream | olsr::dump_hna (dump.rdbuf()) |
int | main (int argc, char *argv[]) |
Variables | |
sched_t scheduler * | olsr::new |
utl::Mark | olsr::terminate_now |
utl::Mark | olsr::routes_recomp |
utl::Mark | olsr::mprset_recomp |
utl::Mark | olsr::advset_changed |
const std::string | olsr::progname = "Qolyester" |
const std::string | olsr::shortname = "qolsrd" |
const std::string | olsr::version = VERSION |
sch::TimedEvent * | olsr::hello_sender = 0 |
sch::TimedEvent * | olsr::tc_sender = 0 |
sch::TimedEvent * | olsr::mid_sender = 0 |
sch::TimedEvent * | olsr::hna_sender = 0 |
sch::TimedEvent * | olsr::state_printer = 0 |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
This is the main function.