Spdk/lib/event
Daniel Verkamp abe4c73f40 io_channel: use spdk_poller_fn consistently
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>
2018-03-13 11:16:20 -04:00
..
rpc subsystem: add "get_subsystems" RPC call 2018-02-23 15:27:16 -05:00
subsystems nvmf : RPC to remove a listener 2018-03-13 01:01:09 -04:00
app.c lib: Return instead of exit in trace 2018-03-13 00:53:35 -04:00
Makefile build: remove $(ENV_CFLAGS) where not necessary 2018-01-03 12:05:59 -05:00
reactor.c io_channel: use spdk_poller_fn consistently 2018-03-13 11:16:20 -04:00
rpc.c rpc: remove [Rpc] configuration file section 2018-02-06 11:15:39 -05:00
subsystem.c subsystem: add "get_subsystems" RPC call 2018-02-23 15:27:16 -05:00