Module Migrate.Options

type t = {
dir : string;
verbose : bool;
stop : bool;
predump_dir : string option;
page_server_addr : string option;
page_server_port : string option;
preserve_inodes : bool;
action_script : string option;
disable_skip_in_flight : bool;
ghost_limit : int64;
features_to_check : Feature_checks.t list;
}