Hi,

This call has still int vs. unsigned int mismatch. 

*
* @return Number of events outputed (0 ... num)
*/
int odp_schedule_multi(odp_queue_t *from, uint64_t wait, odp_event_t events[],
                       unsigned int num);


"int num" would be according to our new policy. Negative return values are not 
needed (yet), but better to leave that door open.

-Petri


_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to