• D
    Refactor RPC client private data setup · 39b5e4d4
    Daniel P. Berrange 提交于
    Currently there is a hook function that is invoked when a
    new client connection comes in, which allows an app to
    setup private data. This setup will make it difficult to
    serialize client state during process re-exec(). Change to
    a model where the app registers a callback when creating
    the virNetServerPtr instance, which is used to allocate
    the client private data immediately during virNetClientPtr
    construction.
    Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
    39b5e4d4
libvirt_private.syms 37.7 KB