+1
−1
Loading
There are two separate function pointer types declared in io_channel.h: spdk_thread_fn for cross-thread messages, and spdk_poller_fn for pollers. They currently have the same signature, but this will be changing in an upcoming patch, so we need to fix the poller-related functions to use the correct type (a few were using spdk_thread_fn by mistake). Change-Id: I0f0d8f1eea9905395125fc91e0355a49e65be99e Signed-off-by:Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/403598 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>