summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-03-24 02:54:17 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-03-24 02:54:17 +0100
commit0af36311e10c0dd480bcfca5774db738e165066d (patch)
tree18d6b161e73f20b33b7505442f14af1e33265a8e /src/types.h
parenta5d0293827874ccce048c8654f58711f807a3e96 (diff)
downloadbabel-0af36311e10c0dd480bcfca5774db738e165066d.tar
babel-0af36311e10c0dd480bcfca5774db738e165066d.zip
Add nexthop data structure and receive updates
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
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;