Re: [PATCH 09/11] Inhibit desktop shutdown while any virtual machines are running

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> @@ -728,6 +830,12 @@ void
> virNetServerRemoveShutdownInhibition(virNetServerPtr srv)
>  {
>      virNetServerLock(srv);
>      srv->autoShutdownInhibitions--;
> +
> +    VIR_DEBUG("srv=%p inhibitions=%zu", srv,
> srv->autoShutdownInhibitions);
> +
> +    if (srv->autoShutdownInhibitions == 0)
> +        VIR_FORCE_CLOSE(srv->autoShutdownInhibitFd);
> +
>      virNetServerUnlock(srv);
>  }
>  
> @@ -1065,6 +1173,8 @@ void virNetServerDispose(void *obj)
>      virNetServerPtr srv = obj;
>      int i;
>  
> +    VIR_FORCE_CLOSE(srv->autoShutdownInhibitFd);
> +

Don't these have to check if autoShutdownInhibitFd != -1 before closing?

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


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]