Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'criu/include/files.h')
-rw-r--r--criu/include/files.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/criu/include/files.h b/criu/include/files.h
index 26ce1f42a..aadc09f73 100644
--- a/criu/include/files.h
+++ b/criu/include/files.h
@@ -82,8 +82,8 @@ enum {
struct fdinfo_list_entry {
struct list_head desc_list; /* To chain on @fd_info_head */
- struct file_desc *desc; /* Associated file descriptor */
- struct list_head ps_list; /* To chain per-task files */
+ struct file_desc *desc; /* Associated file descriptor */
+ struct list_head ps_list; /* To chain per-task files */
struct pstree_item *task;
FdinfoEntry *fe;
int pid;