From: Jim Fehlig Date: Mon, 11 Jul 2011 20:38:03 +0000 (-0600) Subject: Remove code no longer used after commit df0b57a9 X-Git-Tag: v0.9.4-rc1~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00d3c5a6032e69a3c853380ca2d8b0764d15e306;p=thirdparty%2Flibvirt.git Remove code no longer used after commit df0b57a9 --- diff --git a/daemon/libvirtd.h b/daemon/libvirtd.h index 8e1843c181..6c9b9c3d3f 100644 --- a/daemon/libvirtd.h +++ b/daemon/libvirtd.h @@ -27,10 +27,6 @@ # include -# if HAVE_POLKIT0 -# include -# endif - # include # include # 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