Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
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
Chen Yisong
lxc
Commits
87835326
Commit
87835326
authored
Jul 15, 2016
by
Christian Brauner
Committed by
GitHub
Jul 15, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1082 from adrianreber/master
c/r: make local function static
parents
41a80367
c33b0338
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
criu.c
src/lxc/criu.c
+2
-2
No files found.
src/lxc/criu.c
View file @
87835326
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
#include "network.h"
#include "network.h"
#include "utils.h"
#include "utils.h"
#define CRIU_VERSION
"2.0"
#define CRIU_VERSION "2.0"
#define CRIU_GITID_VERSION "2.0"
#define CRIU_GITID_VERSION "2.0"
#define CRIU_GITID_PATCHLEVEL 0
#define CRIU_GITID_PATCHLEVEL 0
...
@@ -582,7 +582,7 @@ out_unlock:
...
@@ -582,7 +582,7 @@ out_unlock:
// do_restore never returns, the calling process is used as the
// do_restore never returns, the calling process is used as the
// monitor process. do_restore calls exit() if it fails.
// monitor process. do_restore calls exit() if it fails.
void
do_restore
(
struct
lxc_container
*
c
,
int
status_pipe
,
struct
migrate_opts
*
opts
,
char
*
criu_version
)
static
void
do_restore
(
struct
lxc_container
*
c
,
int
status_pipe
,
struct
migrate_opts
*
opts
,
char
*
criu_version
)
{
{
pid_t
pid
;
pid_t
pid
;
char
pidfile
[
L_tmpnam
];
char
pidfile
[
L_tmpnam
];
...
...
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