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
46408840
Commit
46408840
authored
Mar 24, 2016
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rst: Mark post_prepare_cbs static
Signed-off-by:
Pavel Emelyanov
<
xemul@virtuozzo.com
>
parent
03e13d47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cr-restore.c
criu/cr-restore.c
+1
-1
No files found.
criu/cr-restore.c
View file @
46408840
...
...
@@ -186,7 +186,7 @@ struct post_prepare_cb {
void
*
data
;
};
struct
list_head
post_prepare_cbs
=
LIST_HEAD_INIT
(
post_prepare_cbs
);
st
atic
st
ruct
list_head
post_prepare_cbs
=
LIST_HEAD_INIT
(
post_prepare_cbs
);
int
add_post_prepare_cb
(
int
(
*
actor
)(
void
*
data
),
void
*
data
)
{
...
...
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