]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove code no longer used after commit df0b57a9
authorJim Fehlig <jfehlig@novell.com>
Mon, 11 Jul 2011 20:38:03 +0000 (14:38 -0600)
committerJim Fehlig <jfehlig@novell.com>
Mon, 11 Jul 2011 20:38:03 +0000 (14:38 -0600)
daemon/libvirtd.h

index 8e1843c1819185dae01c724ad3b293d7714c7eb9..6c9b9c3d3f0d94aa4aae8980e890e171e514009e 100644 (file)
 
 # include <config.h>
 
-# if HAVE_POLKIT0
-#  include <dbus/dbus.h>
-# endif
-
 # include <rpc/types.h>
 # include <rpc/xdr.h>
 # include "remote_protocol.h"
@@ -91,30 +87,4 @@ extern virNetSASLContextPtr saslCtxt;
 extern virNetServerProgramPtr remoteProgram;
 extern virNetServerProgramPtr qemuProgram;
 
-/* Main server state */
-struct qemud_server {
-    int privileged;
-
-    int sigread;
-    int sigwrite;
-    char *logDir;
-    pthread_t eventThread;
-    unsigned int hasEventThread :1;
-    unsigned int quitEventThread :1;
-# ifdef HAVE_AVAHI
-    struct libvirtd_mdns *mdns;
-# endif
-# if HAVE_SASL
-    char **saslUsernameWhitelist;
-# endif
-# if HAVE_POLKIT0
-    DBusConnection *sysbus;
-# endif
-};
-
-
-# if HAVE_POLKIT
-int qemudGetSocketIdentity(int fd, uid_t *uid, pid_t *pid);
-# endif
-
 #endif