On Wed, 11 Nov 2009, Daniel P. Berrange wrote:

> +typedef int (*virSecurityDomainRestoreSavedStateLabel) (virConnectPtr conn,
> +                                                        const char 
> *savefile);
...
> +static int
> +SELinuxRestoreSavedStateLabel(virConnectPtr conn,
> +                              const char *savefile)
> +{
> +    return SELinuxRestoreSecurityFileLabel(conn, savefile);
> +}
> +
> +

Can these be updated to have 'virDomainObjPtr vm ATTRIBUTE_UNUSED'? This
will need to be added for the AppArmor driver support.

Jamie

-- 
Jamie Strandboge             | http://www.canonical.com

Attachment: signature.asc
Description: Digital signature

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to