X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fpipeline.h;h=278775c2d0fcff0b735cba9525d75562753fd92f;hb=f319d9937977479528870c6859bd3a227c212f75;hp=4e2d328a9082b3a1b05a67c420aaae76984970d6;hpb=8bfe22acde19653bb325360bed171661daf855f5;p=dpdk.git diff --git a/examples/ip_pipeline/pipeline.h b/examples/ip_pipeline/pipeline.h index 4e2d328a90..278775c2d0 100644 --- a/examples/ip_pipeline/pipeline.h +++ b/examples/ip_pipeline/pipeline.h @@ -389,6 +389,13 @@ pipeline_table_rule_ttl_read(const char *pipeline_name, 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);