]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/thread.h
examples/ipsec-secgw: add app mode worker
[dpdk.git] / examples / ip_pipeline / thread.h
index 39c0d8959aa047c7429bc02285279b20b44343de..facdf004eb6e1dba9dfa388620e8807b235d7dd5 100644 (file)
@@ -7,7 +7,18 @@
 
 #include <stdint.h>
 
+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_ */