]> git.ipfire.org Git - thirdparty/libvirt.git/commit
security_selinux: Replace SELinuxSCSICallbackData with proper struct
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 10 Sep 2015 11:49:18 +0000 (13:49 +0200)
committerCole Robinson <crobinso@redhat.com>
Tue, 22 Sep 2015 00:18:05 +0000 (20:18 -0400)
commit9a7a699896eac15246a7a4420adde49e9b8b30ca
tree125454b9561307858adb77b903259069e8262949
parentee89fc6e7a4e55790851514ae50eecc2a2d29255
security_selinux: Replace SELinuxSCSICallbackData with proper struct

We have plenty of callbacks in the driver. Some of these
callbacks require more than one argument to be passed. For that
we currently have a data type (struct) per each callback. Well,
so far for only one - SELinuxSCSICallbackData. But lets turn it
into more general name so it can be reused in other callbacks too
instead of each one introducing a new, duplicate data type.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
(cherry picked from commit 276c409163fb94b0c325900d6e2581eaa3e3ada6)
src/security/security_selinux.c