2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

pipe/fifo: Remove unused members from rst structures

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-07-01 08:56:20 +04:00
parent d448a75ec7
commit 7ea40df4db
2 changed files with 0 additions and 5 deletions

3
fifo.c
View File

@@ -28,9 +28,6 @@ struct fifo_info {
struct list_head list;
struct file_desc d;
struct fifo_entry *fe;
u32 bytes;
off_t off;
bool restore_data;
};

View File

@@ -24,8 +24,6 @@ struct pipe_info {
struct list_head list; /* list head for fdinfo_list_entry-s */
struct file_desc d;
int create;
int bytes;
off_t off;
};
static LIST_HEAD(pipes);