X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fthread.h;h=47db428806491240fc9baca5fe185d26d5169496;hb=a8bd581de3975b5d7ad95afd227e5d889765680e;hp=39c0d8959aa047c7429bc02285279b20b44343de;hpb=c0b668e0c6b0024c5d1d0881606a6b2b4641889d;p=dpdk.git diff --git a/examples/ip_pipeline/thread.h b/examples/ip_pipeline/thread.h index 39c0d8959a..47db428806 100644 --- a/examples/ip_pipeline/thread.h +++ b/examples/ip_pipeline/thread.h @@ -10,4 +10,7 @@ int thread_init(void); +int +thread_main(void *arg); + #endif /* _INCLUDE_THREAD_H_ */