From 74c838a87000ca800e8b3f265340c1317989a04a Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 29 Dec 2015 15:34:48 +0100 Subject: Move ID allocator to a separate file and use it also in OSPF --- nest/route.h | 1 - 1 file changed, 1 deletion(-) (limited to 'nest/route.h') diff --git a/nest/route.h b/nest/route.h index fbafe293..3a8788a7 100644 --- a/nest/route.h +++ b/nest/route.h @@ -36,7 +36,6 @@ struct fib_node { struct fib_node *next; /* Next in hash chain */ struct fib_iterator *readers; /* List of readers of this node */ byte flags; /* User-defined, will be removed */ - u32 uid; /* Unique ID based on hash, will be removed */ net_addr addr[0]; }; -- cgit v1.2.3