Skip to content

Commit

Permalink
migration: export SELF_ANNOUNCE_ROUNDS
Browse files Browse the repository at this point in the history
Export it for other users.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
jasowang authored and mstsirkin committed Jun 19, 2014
1 parent 9d3cae6 commit 110f463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/migration/vmstate.h
Expand Up @@ -752,6 +752,8 @@ extern const VMStateInfo vmstate_info_bitmap;
#define VMSTATE_END_OF_LIST() \
{}

#define SELF_ANNOUNCE_ROUNDS 5

int vmstate_load_state(QEMUFile *f, const VMStateDescription *vmsd,
void *opaque, int version_id);
void vmstate_save_state(QEMUFile *f, const VMStateDescription *vmsd,
Expand Down
1 change: 0 additions & 1 deletion savevm.c
Expand Up @@ -42,7 +42,6 @@
#include "block/snapshot.h"
#include "block/qapi.h"

#define SELF_ANNOUNCE_ROUNDS 5

#ifndef ETH_P_RARP
#define ETH_P_RARP 0x8035
Expand Down

0 comments on commit 110f463

Please sign in to comment.