#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 | dump_state (dump.rdbuf()) |
std::ostream | dump_prof (dump.rdbuf()) |
std::ostream | dump_hello (dump.rdbuf()) |
std::ostream | dump_tc (dump.rdbuf()) |
std::ostream | dump_mid (dump.rdbuf()) |
std::ostream | dump_hna (dump.rdbuf()) |
int | main (int argc, char *argv[]) |
Variables | |
sched_t scheduler * | new |
utl::Mark | terminate_now |
utl::Mark | mprset_recomp |
const std::string | progname = "Qolyester" |
const std::string | shortname = "qolsrd" |
const std::string | version = VERSION |
sch::TimedEvent * | hello_sender = 0 |
sch::TimedEvent * | tc_sender = 0 |
sch::TimedEvent * | mid_sender = 0 |
sch::TimedEvent * | hna_sender = 0 |
sch::TimedEvent * | state_printer = 0 |
char | cerr_buffer [4096] |
|
|
|
|
|
|
|
|
|
|
|
|
|
This is the main function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|