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
0e51036d
Commit
0e51036d
authored
Apr 12, 2012
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show: Move extern print_data declaration from sockets.c to header
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
c96b2017
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
crtools.h
include/crtools.h
+1
-0
sockets.c
sockets.c
+0
-2
No files found.
include/crtools.h
View file @
0e51036d
...
...
@@ -96,6 +96,7 @@ void show_creds(int fd, struct cr_options *o);
void
show_fs
(
int
fd
,
struct
cr_options
*
o
);
void
show_fown_cont
(
fown_t
*
fown
);
extern
void
print_data
(
unsigned
long
addr
,
unsigned
char
*
data
,
size_t
size
);
extern
struct
cr_fd_desc_tmpl
fdset_template
[
CR_FD_MAX
];
#define FMT_FNAME_FDINFO "fdinfo-%d.img"
...
...
sockets.c
View file @
0e51036d
...
...
@@ -1135,8 +1135,6 @@ out:
pr_img_tail
(
CR_FD_UNIXSK
);
}
extern
void
print_data
(
unsigned
long
addr
,
unsigned
char
*
data
,
size_t
size
);
void
show_sk_queues
(
int
fd
,
struct
cr_options
*
o
)
{
struct
sk_packet_entry
pe
;
...
...
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