X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fthread.h;h=facdf004eb6e1dba9dfa388620e8807b235d7dd5;hb=e7d2e32b26f83b69128f80a7d025dca149c5a126;hp=47db428806491240fc9baca5fe185d26d5169496;hpb=a8bd581de3975b5d7ad95afd227e5d889765680e;p=dpdk.git diff --git a/examples/ip_pipeline/thread.h b/examples/ip_pipeline/thread.h index 47db428806..facdf004eb 100644 --- a/examples/ip_pipeline/thread.h +++ b/examples/ip_pipeline/thread.h @@ -7,6 +7,14 @@ #include +int +thread_pipeline_enable(uint32_t thread_id, + const char *pipeline_name); + +int +thread_pipeline_disable(uint32_t thread_id, + const char *pipeline_name); + int thread_init(void);