[CRIU] [PATCH v3 15/26] files: Add fdinfo_list_entry::stage
Pavel Emelyanov
xemul at virtuozzo.com
Tue Dec 6 09:40:15 PST 2016
> @@ -64,6 +64,13 @@ extern int fill_fdlink(int lfd, const struct fd_parms *p, struct fd_link *link);
>
> struct file_desc;
>
> +enum {
> + FLE_INITIALIZED,
> + FLE_OPEN,
> + FLE_RESTORING,
This one is unused in the set.
> + FLE_RESTORED,
> +};
> +
> struct fdinfo_list_entry {
> struct list_head desc_list; /* To chain on @fd_info_head */
> struct file_desc *desc; /* Associated file descriptor */
More information about the CRIU
mailing list