mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +00:00
files: Add comments about FLE_* stages
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
a6543ce2bb
commit
1db93b6ea9
@ -66,7 +66,16 @@ struct file_desc;
|
||||
|
||||
enum {
|
||||
FLE_INITIALIZED,
|
||||
/*
|
||||
* FLE is open (via open() or socket() or etc syscalls), and
|
||||
* common file setting are set up (type-specific are not yet).
|
||||
* Most possible, the master was already served out.
|
||||
*/
|
||||
FLE_OPEN,
|
||||
/*
|
||||
* File-type specific settings and preparations are finished,
|
||||
* and FLE is completely restored.
|
||||
*/
|
||||
FLE_RESTORED,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user