Signed-off-by: David Gibson <david(a)gibson.dropbear.id.au> --- migrate.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/migrate.h b/migrate.h index d2997795..2c51cd97 100644 --- a/migrate.h +++ b/migrate.h @@ -24,7 +24,6 @@ struct migrate_header { * @name: Stage name (for debugging) * @source: Callback to implement this stage on the source * @target: Callback to implement this stage on the target - * @iov: Optional data section to transfer */ struct migrate_stage { const char *name; @@ -32,8 +31,6 @@ struct migrate_stage { int (*target)(struct ctx *c, const struct migrate_stage *stage, int fd); /* Add here separate rollback callbacks if needed */ - - struct iovec iov; }; /** -- 2.48.1