• M
    docs: Add callback-related info to virStream{Abort,Finish} · f1096c02
    Martin Kletzander 提交于
    When one has a non-blocking stream and aborts or finishes it without
    removing the callback, any event loop invocation will trigger that
    callback, but it cannot be removed any more.  We cannot remove the
    callback automatically from virStream{Abort,Finish} functions due to
    forward-compatibility.  So let's at least document this behaviour,
    because it is not easy to find out the reason for.
    Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
    f1096c02
libvirt-stream.c 32.3 KB