summaryrefslogtreecommitdiff
path: root/lib/agg_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/agg_table.h')
-rw-r--r--lib/agg_table.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/agg_table.h b/lib/agg_table.h
index e98476f1b7..e0c06449ee 100644
--- a/lib/agg_table.h
+++ b/lib/agg_table.h
@@ -161,6 +161,11 @@ agg_node_get_prefix(const struct agg_node *node)
return &node->p;
}
+static inline unsigned int agg_node_get_lock_count(const struct agg_node *node)
+{
+ return node->lock;
+}
+
#ifdef _FRR_ATTRIBUTE_PRINTFRR
#pragma FRR printfrr_ext "%pRN" (struct agg_node *)
#endif