examples/ip_pipeline: add thread runtime
[dpdk.git] / examples / ip_pipeline / thread.h
index 39c0d89..47db428 100644 (file)
@@ -10,4 +10,7 @@
 int
 thread_init(void);
 
+int
+thread_main(void *arg);
+
 #endif /* _INCLUDE_THREAD_H_ */