From 0af36311e10c0dd480bcfca5774db738e165066d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 24 Mar 2013 02:54:17 +0100 Subject: Add nexthop data structure and receive updates --- src/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index a659230..3e38d91 100644 --- a/src/types.h +++ b/src/types.h @@ -48,6 +48,7 @@ typedef struct gp_babel_metric_seqno { typedef struct gp_babel_iface gp_babel_iface_t; typedef struct gp_babel_neigh gp_babel_neigh_t; typedef struct gp_babel_announce gp_babel_announce_t; +typedef struct gp_babel_nexthop gp_babel_nexthop_t; typedef struct gp_babel_packet gp_babel_packet_t; typedef struct gp_babel_packet_buf gp_babel_packet_buf_t; -- cgit v1.2.3