]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/pipeline.h
examples/l3fwd: fix build on FreeBSD
[dpdk.git] / examples / ip_pipeline / pipeline.h
index 57553bde7558b6654738537883f9e6b60e371295..278775c2d0fcff0b735cba9525d75562753fd92f 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);