aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-08-09 12:06:45 +0100
committerDaniel P. Berrange <berrange@redhat.com>2012-08-15 10:55:51 +0100
commit95e49be5e253248a803301ad6eeb4f00b51b44e7 (patch)
tree00de0953af2eb3a7ff5463248a4363cf6b8d2f26 /src/libvirt_private.syms
parentAdd APIs for virThreadPoolPtr to query some config params (diff)
downloadlibvirt-95e49be5e253248a803301ad6eeb4f00b51b44e7.tar.gz
libvirt-95e49be5e253248a803301ad6eeb4f00b51b44e7.tar.bz2
libvirt-95e49be5e253248a803301ad6eeb4f00b51b44e7.zip
Change interaction when accepting new RPC client connections
Currently the virNetServerServicePtr is responsible for creating the virNetServerClientPtr instance when accepting a new connection. Change this so that the virNetServerServicePtr merely gives virNetServerPtr a virNetSocketPtr instance. The virNetServerPtr can then create the virNetServerClientPtr as it desires Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'src/libvirt_private.syms')
-rw-r--r--src/libvirt_private.syms4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index 649f2c308..0d7c9757b 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -1492,8 +1492,6 @@ virNetServerKeepAliveRequired;
virNetServerNew;
virNetServerQuit;
virNetServerRun;
-virNetServerServiceNewTCP;
-virNetServerServiceNewUNIX;
virNetServerSetTLSContext;
virNetServerUpdateServices;
@@ -1558,7 +1556,9 @@ virNetServerProgramUnknownError;
# virnetserverservice.h
virNetServerServiceClose;
virNetServerServiceGetAuth;
+virNetServerServiceGetMaxRequests;
virNetServerServiceGetPort;
+virNetServerServiceGetTLSContext;
virNetServerServiceIsReadonly;
virNetServerServiceNewTCP;
virNetServerServiceNewUNIX;