struct nhdp_link_domaindata *linkdata;
struct nhdp_neighbor_domaindata *neighdata;
struct nhdp_metric oldmetric;
+#ifdef OONF_LOG_DEBUG_INFO
struct netaddr_str nbuf;
+#endif
neighdata = nhdp_domain_get_neighbordata(domain, neigh);
RFC7181_LINKMETRIC_INCOMING_NEIGH,
RFC7181_LINKMETRIC_OUTGOING_NEIGH,
};
+#ifdef OONF_LOG_DEBUG_INFO
static const char *lq_name[4] = {
"l_in", "l_out", "n_in", "n_out",
};
+#endif
struct nhdp_link_domaindata *linkdata;
struct nhdp_neighbor_domaindata *neighdata;
struct rfc7181_metric_field metric_encoded[4], tlv_value;
_process_dijkstra_result(struct nhdp_domain *domain) {
struct olsrv2_routing_entry *rtentry;
struct olsrv2_routing_filter *filter;
+#ifdef OONF_LOG_INFO
struct os_route_str rbuf1, rbuf2;
+#endif
avl_for_each_element(&_routing_tree[domain->index], rtentry, _node) {
/* initialize rest of route parameters */