]> xenbits.xensource.com Git - 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)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 15 Sep 2015 09:30:13 +0000 (11:30 +0200)
commit276c409163fb94b0c325900d6e2581eaa3e3ada6
tree30c1bd810b4cc2f6e39ab2a662138b917341af90
parent370461d1dbcdcf63fbe6c34d188c28cf11488845
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>
src/security/security_selinux.c