examples/l3fwd: fix build on FreeBSD
[dpdk.git] / examples / ip_pipeline / pipeline.h
index 57553bd..278775c 100644 (file)
@@ -386,9 +386,16 @@ pipeline_table_dscp_table_update(const char *pipeline_name,
 int
 pipeline_table_rule_ttl_read(const char *pipeline_name,
        uint32_t table_id,
-       void *data,
+       struct table_rule_match *match,
        struct rte_table_action_ttl_counters *stats,
        int clear);
+
+int
+pipeline_table_rule_time_read(const char *pipeline_name,
+       uint32_t table_id,
+       struct table_rule_match *match,
+       uint64_t *timestamp);
+
 struct table_rule *
 table_rule_find(struct table *table,
        struct table_rule_match *match);