]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qga/channel-win32.c
qga: add systemd socket activation support
[mirror_qemu.git] / qga / channel-win32.c
index 21f9deedf6dd7a2b13e5f7c21ec99c6c7b4b0e43..7e6dc4d26f462ca329b3850c5938c69b612e9190 100644 (file)
@@ -316,7 +316,7 @@ static gboolean ga_channel_open(GAChannel *c, GAChannelMethod method,
 }
 
 GAChannel *ga_channel_new(GAChannelMethod method, const gchar *path,
-                          GAChannelCallback cb, gpointer opaque)
+                          int listen_fd, GAChannelCallback cb, gpointer opaque)
 {
     GAChannel *c = g_new0(GAChannel, 1);
     SECURITY_ATTRIBUTES sec_attrs;