summaryrefslogtreecommitdiffstats
path: root/mmss/monitor_log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mmss/monitor_log.hpp')
-rw-r--r--mmss/monitor_log.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mmss/monitor_log.hpp b/mmss/monitor_log.hpp
index 084e8eb..262dd2d 100644
--- a/mmss/monitor_log.hpp
+++ b/mmss/monitor_log.hpp
@@ -36,6 +36,9 @@ public:
virtual void handle_init(node_t *node, const uint8_t *node_id, size_t len);
+ virtual void handle_network(network_t *net);
+ virtual void handle_iface(node_t *node, iface_t *iface);
+
virtual void handle_neigh(node_t *node, iface_t *iface, const gmrf_addr_t *addr, float rxcost, float txcost);
virtual void handle_neigh_lost(node_t *node, iface_t *iface, const gmrf_addr_t *addr);