aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib/fib_entry_cover.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/fib/fib_entry_cover.h')
-rw-r--r--src/vnet/fib/fib_entry_cover.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vnet/fib/fib_entry_cover.h b/src/vnet/fib/fib_entry_cover.h
index 500d5b33244..499efdc31c6 100644
--- a/src/vnet/fib/fib_entry_cover.h
+++ b/src/vnet/fib/fib_entry_cover.h
@@ -21,9 +21,9 @@
/**
* callback function used when walking the covered entries
*/
-typedef int (*fib_entry_covered_walk_t)(fib_entry_t *cover,
- fib_node_index_t covered,
- void *ctx);
+typedef walk_rc_t (*fib_entry_covered_walk_t)(fib_entry_t *cover,
+ fib_node_index_t covered,
+ void *ctx);
extern u32 fib_entry_cover_track(fib_entry_t *cover,
fib_node_index_t covered);