• C
    domain_event: Add common domain event queue/flush helpers · 227d67ca
    Cole Robinson 提交于
    The same code for queueing, flushing, and deregistering events exists
    in multiple drivers, which will soon use these common functions.
    
    v2:
        Adjust libvirt_private.syms
        isDispatching bool fixes
        NONNULL tagging
    
    v3:
        Add requireTimer parameter to virDomainEventStateNew
    227d67ca
domain_event.c 35.9 KB