• J
    Introduce virConnectIsAlive API · afdf014f
    Jiri Denemark 提交于
    This API can be used to check if the socket associated with
    virConnectPtr is still open or it was closed (probably because keepalive
    protocol timed out). If there the connection is local (i.e., no socket
    is associated with the connection, it is trivially always alive.
    afdf014f
driver.h 57.9 KB