summaryrefslogtreecommitdiff
path: root/lib/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/table.h')
-rw-r--r--lib/table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/table.h b/lib/table.h
index 6997b6bdd5..1691a8e20a 100644
--- a/lib/table.h
+++ b/lib/table.h
@@ -62,6 +62,7 @@ struct route_table
* Delegate that performs certain functions for this table.
*/
route_table_delegate_t *delegate;
+ void (*cleanup)(struct route_table *, struct route_node *);
unsigned long count;