]> git.ipfire.org Git - thirdparty/libvirt.git/commit
viriscsitest: Introduce testIscsiadmCbData struct
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 4 Jul 2018 08:47:07 +0000 (10:47 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 25 Jul 2018 05:11:13 +0000 (07:11 +0200)
commit9c2ccd64c9eba50015472569abeb7d3519978307
tree6af8eaa16f5f066a9850974425602382cab5a869
parente97cd364f7c427ef79f03283bd1831fd19ddc814
viriscsitest: Introduce testIscsiadmCbData struct

Some tests will want to pass their own callback data into the
testIscsiadmCbData callback. Introduce testIscsiadmCbData struct
to give this some form and order.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
tests/viriscsitest.c