From 14f32dfc31b65b730fe72d56c28d30222d3e7f2f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 24 Mar 2013 02:17:05 +0100 Subject: Add sending of updates --- src/types.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 58b3721..a659230 100644 --- a/src/types.h +++ b/src/types.h @@ -33,12 +33,15 @@ #define GP_BABEL_NODE_ID_LENGTH 8 typedef struct __attribute__((packed)) gp_gabel_node_id { - uint8_t id[GP_BABEL_NODE_ID_LENGTH]; + uint8_t id[GP_BABEL_NODE_ID_LENGTH]; } gp_babel_node_id_t; +static const gp_babel_node_id_t gp_babel_node_id_unspec = {}; + + typedef struct gp_babel_metric_seqno { - uint16_t metric; - uint16_t seqno; + uint16_t metric; + uint16_t seqno; } gp_babel_metric_seqno_t; -- cgit v1.2.3