diff options
author | 2012-08-09 12:31:34 +0100 | |
---|---|---|
committer | 2012-08-15 10:59:10 +0100 | |
commit | 39b5e4d4d8622aa55251cddb03a48068655d8647 (patch) | |
tree | 3dec792b0fd89f7b65bbbe239d67f513db800e8d /src/libvirt_private.syms | |
parent | Add further debugging lines to domain lock manager (diff) | |
download | libvirt-39b5e4d4d8622aa55251cddb03a48068655d8647.tar.gz libvirt-39b5e4d4d8622aa55251cddb03a48068655d8647.tar.bz2 libvirt-39b5e4d4d8622aa55251cddb03a48068655d8647.zip |
Refactor RPC client private data setup
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: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'src/libvirt_private.syms')
-rw-r--r-- | src/libvirt_private.syms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index a859810a2..e5d358220 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -1524,7 +1524,6 @@ virNetServerClientSendMessage; virNetServerClientSetCloseHook; virNetServerClientSetDispatcher; virNetServerClientSetIdentity; -virNetServerClientSetPrivateData; virNetServerClientStartKeepAlive; virNetServerClientWantClose; |