numam-dpdk/lib/librte_timer
Pawel Wodkowski 5663c25dcc timer: fix callback declaration inconsistency
This patch remove inconsistency between declaration of type
rte_timer_cb_t, field f in struct rte_timer and function
__rte_timer_reset().

Although compiler treat both of them the same, the static analysis tool
like complain about that.

Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2015-03-04 11:19:37 +01:00
..
Makefile mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_timer_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_timer.c timer: fix reset return value 2015-02-25 10:43:27 +01:00
rte_timer.h timer: fix callback declaration inconsistency 2015-03-04 11:19:37 +01:00