bogdanPricope replied on github web page:

example/generator/odp_generator.c
line 33
@@ -116,6 +126,10 @@ static args_t *args;
 /** Barrier to sync threads execution */
 static odp_barrier_t barrier;
 
+/** Packet processing function types */
+typedef odp_packet_t (*setup_pkt_ref_t)(odp_pool_t, odp_pktout_config_opt_t *);
+typedef int (*setup_pkt_t)(odp_packet_t, odp_pktout_config_opt_t *);
+


Comment:
ok

https://github.com/Linaro/odp/pull/124#discussion_r136791995
updated_at 2017-09-04 10:28:57

Reply via email to