X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fthread.h;h=facdf004eb6e1dba9dfa388620e8807b235d7dd5;hb=193de77b60b79cd15e41402339a151eb83d367d9;hp=39c0d8959aa047c7429bc02285279b20b44343de;hpb=c0b668e0c6b0024c5d1d0881606a6b2b4641889d;p=dpdk.git diff --git a/examples/ip_pipeline/thread.h b/examples/ip_pipeline/thread.h index 39c0d8959a..facdf004eb 100644 --- a/examples/ip_pipeline/thread.h +++ b/examples/ip_pipeline/thread.h @@ -7,7 +7,18 @@ #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); +int +thread_main(void *arg); + #endif /* _INCLUDE_THREAD_H_ */