diff options
| author | Prasad Pandit <pjp@fedoraproject.org> | 2025-04-11 17:15:28 +0530 |
|---|---|---|
| committer | Peter Xu <peterx@redhat.com> | 2025-05-02 11:09:36 -0400 |
| commit | 56e3c89f44ecebc946fbe4ffed325d1a79b26e38 (patch) | |
| tree | 7b8e69d3f236672b9843090a64c31b48280c35ab /migration/multifd.c | |
| parent | b407c9e74753ca0dbc00832bf5fcec44efd05308 (diff) | |
| download | focaccia-qemu-56e3c89f44ecebc946fbe4ffed325d1a79b26e38.tar.gz focaccia-qemu-56e3c89f44ecebc946fbe4ffed325d1a79b26e38.zip | |
migration/multifd: move macros to multifd header
Move MULTIFD_ macros to the header file so that they are accessible from other source files. Reviewed-by: Fabiano Rosas <farosas@suse.de> Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Reviewed-by: Peter Xu <peterx@redhat.com> Message-ID: <20250411114534.3370816-2-ppandit@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'migration/multifd.c')
| -rw-r--r-- | migration/multifd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/migration/multifd.c b/migration/multifd.c index 86c83e43c0..ec108af624 100644 --- a/migration/multifd.c +++ b/migration/multifd.c @@ -36,11 +36,6 @@ #include "io/channel-socket.h" #include "yank_functions.h" -/* Multiple fd's */ - -#define MULTIFD_MAGIC 0x11223344U -#define MULTIFD_VERSION 1 - typedef struct { uint32_t magic; uint32_t version; |