]> git.proxmox.com Git - mirror_qemu.git/commit - migration/exec.c
migration: Teach it about G_SOURCE_REMOVE
authorJuan Quintela <quintela@redhat.com>
Mon, 24 Jul 2017 10:51:59 +0000 (12:51 +0200)
committerJuan Quintela <quintela@redhat.com>
Fri, 22 Sep 2017 12:11:18 +0000 (14:11 +0200)
commit2a543bfdfadb432d82bab256a9a72b00c331b484
tree2cf460a216b534b1a7b3f34dc21d8d8f99f53ca4
parent4f0fae7f2bbd09f7a70f678e8db1763d12e5d896
migration: Teach it about G_SOURCE_REMOVE

As this is defined on glib 2.32, add compatibility macros for older glibs.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
include/glib-compat.h
migration/exec.c
migration/fd.c
migration/socket.c