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
df8e3a8a
Commit
df8e3a8a
authored
May 20, 2016
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crtools.h: Move LAST_PID_PATH to util.h
Signed-off-by:
Pavel Emelyanov
<
xemul@virtuozzo.com
>
parent
1335956a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
+2
-4
crtools.h
criu/include/crtools.h
+0
-2
util.h
criu/include/util.h
+2
-0
restorer.c
criu/pie/restorer.c
+0
-1
ptrace.c
criu/ptrace.c
+0
-1
No files found.
criu/include/crtools.h
View file @
df8e3a8a
...
@@ -16,8 +16,6 @@ extern int write_img_inventory(InventoryEntry *he);
...
@@ -16,8 +16,6 @@ extern int write_img_inventory(InventoryEntry *he);
extern
int
prepare_inventory
(
InventoryEntry
*
he
);
extern
int
prepare_inventory
(
InventoryEntry
*
he
);
extern
int
add_post_prepare_cb
(
int
(
*
actor
)(
void
*
data
),
void
*
data
);
extern
int
add_post_prepare_cb
(
int
(
*
actor
)(
void
*
data
),
void
*
data
);
#define LAST_PID_PATH "sys/kernel/ns_last_pid"
extern
int
cr_dump_tasks
(
pid_t
pid
);
extern
int
cr_dump_tasks
(
pid_t
pid
);
extern
int
cr_pre_dump_tasks
(
pid_t
pid
);
extern
int
cr_pre_dump_tasks
(
pid_t
pid
);
extern
int
cr_restore_tasks
(
void
);
extern
int
cr_restore_tasks
(
void
);
...
...
criu/include/util.h
View file @
df8e3a8a
...
@@ -278,4 +278,6 @@ int setup_tcp_server(char *type);
...
@@ -278,4 +278,6 @@ int setup_tcp_server(char *type);
int
run_tcp_server
(
bool
daemon_mode
,
int
*
ask
,
int
cfd
,
int
sk
);
int
run_tcp_server
(
bool
daemon_mode
,
int
*
ask
,
int
cfd
,
int
sk
);
int
setup_tcp_client
(
char
*
addr
);
int
setup_tcp_client
(
char
*
addr
);
#define LAST_PID_PATH "sys/kernel/ns_last_pid"
#endif
/* __CR_UTIL_H__ */
#endif
/* __CR_UTIL_H__ */
criu/pie/restorer.c
View file @
df8e3a8a
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
#include "sk-inet.h"
#include "sk-inet.h"
#include "vma.h"
#include "vma.h"
#include "crtools.h"
#include "lock.h"
#include "lock.h"
#include "restorer.h"
#include "restorer.h"
#include "aio.h"
#include "aio.h"
...
...
criu/ptrace.c
View file @
df8e3a8a
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
#include "ptrace.h"
#include "ptrace.h"
#include "pid.h"
#include "pid.h"
#include "proc_parse.h"
#include "proc_parse.h"
#include "crtools.h"
#include "seccomp.h"
#include "seccomp.h"
#include "cr_options.h"
#include "cr_options.h"
...
...
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