Spdk/lib/iscsi
Daniel Verkamp 5d8c94536a event: hide struct spdk_poller internals
This leaves more flexibility for future changes to the poller
representation without requiring API changes (after this one).

It also prevents the user from accidentally using poller fields in a
non-thread-safe way, since they can't be accessed directly anymore.

Change-Id: I7677d5b93668665d29ae39c5e0ba74333ad3f878
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-08-12 10:42:12 -07:00
..
acceptor.c event: hide struct spdk_poller internals 2016-08-12 10:42:12 -07:00
acceptor.h iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00
conn.c event: hide struct spdk_poller internals 2016-08-12 10:42:12 -07:00
conn.h event: hide struct spdk_poller internals 2016-08-12 10:42:12 -07:00
crc32c.c iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00
crc32c.h iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00
init_grp.c iscsi: replace RTE_VERIFY() where possible 2016-08-08 15:53:57 -07:00
init_grp.h iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00
iscsi_rpc.c event: hide struct spdk_poller internals 2016-08-12 10:42:12 -07:00
iscsi_subsystem.c iscsi: replace uses of sprintf() with snprintf() 2016-08-08 15:53:57 -07:00
iscsi.c iscsi: Return check condition if the IO size exceed the maximum value. 2016-08-10 11:32:26 -07:00
iscsi.h iscsi: move g_flush_timeout into iSCSI globals 2016-08-08 15:53:57 -07:00
Makefile iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00
md5.c iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00
md5.h iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00
param.c iscsi: make param tables const 2016-08-10 22:21:22 -07:00
param.h iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00
portal_grp.c iscsi: replace RTE_VERIFY() where possible 2016-08-08 15:53:57 -07:00
portal_grp.h iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00
task.c iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00
task.h iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00
tgt_node.c iscsi: use spdk_app_get_current_core() for events 2016-08-08 15:53:57 -07:00
tgt_node.h iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00