[CRIU] [PATCH v4 10/12] criu: slightly refactor memory dump to support delaying it
Pavel Emelyanov
xemul at virtuozzo.com
Thu Jun 9 08:07:31 PDT 2016
> diff --git a/criu/include/pstree.h b/criu/include/pstree.h
> index 75ce865..6c26c55 100644
> --- a/criu/include/pstree.h
> +++ b/criu/include/pstree.h
> @@ -24,6 +24,7 @@ struct pstree_item {
> struct pid *threads; /* array of threads */
> CoreEntry **core;
> TaskKobjIdsEntry *ids;
> + struct parasite_ctl *parasite_ctl;
This should go on dmp_info.
> };
>
> struct rst_info;
More information about the CRIU
mailing list