• N
    Add parameter to wait for lock in file locking APIs · 2250a2b5
    Nehal J Wani 提交于
    Our current pidfile acquire APis (virPidFileAcquire) simply return -1 upon
    failure to acquire a lock. This patch adds a parameter 'bool waitForLock'
    which instructs the APIs if we want to make it block and wait for the lock
    or not.
    2250a2b5
virpidfile.c 12.2 KB