aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ip_pipeline/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ip_pipeline/link.h')
-rw-r--r--examples/ip_pipeline/link.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/ip_pipeline/link.h b/examples/ip_pipeline/link.h
index 37d3dc43..34ff1149 100644
--- a/examples/ip_pipeline/link.h
+++ b/examples/ip_pipeline/link.h
@@ -30,6 +30,9 @@ link_init(void);
struct link *
link_find(const char *name);
+struct link *
+link_next(struct link *link);
+
struct link_params_rss {
uint32_t queue_id[LINK_RXQ_RSS_MAX];
uint32_t n_queues;