summaryrefslogtreecommitdiffstats
path: root/src/babel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/babel.h')
-rw-r--r--src/babel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/babel.h b/src/babel.h
index c55a3a8..334ee57 100644
--- a/src/babel.h
+++ b/src/babel.h
@@ -56,6 +56,7 @@ struct gmrf_context {
gmrf_t *gmrf;
gp_babel_node_id_t self;
+ uint16_t hello_seqno;
gmrf_iface_state_t *interfaces;
gp_babel_neigh_t *neighbours;
@@ -68,8 +69,6 @@ struct gmrf_iface_state {
gmrf_iface_t *gmrf_iface;
- uint16_t seqno;
-
gp_babel_neigh_t *neighbours;
};