summaryrefslogtreecommitdiff
path: root/lib/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/table.h')
-rw-r--r--lib/table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/table.h b/lib/table.h
index a906eb2434..79a32b59ab 100644
--- a/lib/table.h
+++ b/lib/table.h
@@ -23,6 +23,7 @@
#define _ZEBRA_TABLE_H
#include "memory.h"
+#include "hash.h"
DECLARE_MTYPE(ROUTE_TABLE)
DECLARE_MTYPE(ROUTE_NODE)
@@ -56,6 +57,7 @@ struct route_table_delegate_t_
struct route_table
{
struct route_node *top;
+ struct hash *hash;
/*
* Delegate that performs certain functions for this table.