Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
7ea40df4
Commit
7ea40df4
authored
Jul 01, 2012
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pipe/fifo: Remove unused members from rst structures
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
d448a75e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
fifo.c
fifo.c
+0
-3
pipes.c
pipes.c
+0
-2
No files found.
fifo.c
View file @
7ea40df4
...
@@ -28,9 +28,6 @@ struct fifo_info {
...
@@ -28,9 +28,6 @@ struct fifo_info {
struct
list_head
list
;
struct
list_head
list
;
struct
file_desc
d
;
struct
file_desc
d
;
struct
fifo_entry
*
fe
;
struct
fifo_entry
*
fe
;
u32
bytes
;
off_t
off
;
bool
restore_data
;
bool
restore_data
;
};
};
...
...
pipes.c
View file @
7ea40df4
...
@@ -24,8 +24,6 @@ struct pipe_info {
...
@@ -24,8 +24,6 @@ struct pipe_info {
struct
list_head
list
;
/* list head for fdinfo_list_entry-s */
struct
list_head
list
;
/* list head for fdinfo_list_entry-s */
struct
file_desc
d
;
struct
file_desc
d
;
int
create
;
int
create
;
int
bytes
;
off_t
off
;
};
};
static
LIST_HEAD
(
pipes
);
static
LIST_HEAD
(
pipes
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment