• J
    Fix use of virEventAddHandleImpl() · a645c8f0
    Jiri Denemark 提交于
    src/node_device/node_device_udev.c was using a function available only
    on the daemon code, fix this and use the function available globally
    
    * src/node_device/node_device_udev.c: replace use of virEventAddHandleImpl
      by virEventAddHandle
    a645c8f0
node_device_udev.c 42.9 KB