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
4edabd3d
Commit
4edabd3d
authored
Apr 08, 2013
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mem: Don't export parasite_mptotect_seized
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
f6303de7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
parasite-syscall.h
include/parasite-syscall.h
+0
-3
parasite-syscall.c
parasite-syscall.c
+1
-1
No files found.
include/parasite-syscall.h
View file @
4edabd3d
...
...
@@ -37,9 +37,6 @@ extern int parasite_dump_creds(struct parasite_ctl *ctl, struct _CredsEntry *ce)
extern
int
parasite_dump_pages_seized
(
struct
parasite_ctl
*
ctl
,
int
vpid
,
struct
vm_area_list
*
vma_area_list
,
struct
cr_fdset
*
cr_fdset
);
extern
int
parasite_mprotect_seized
(
struct
parasite_ctl
*
ctl
,
struct
vm_area_list
*
vma_area_list
,
bool
unprotect
);
struct
parasite_dump_thread
;
struct
pid
;
struct
_CoreEntry
;
...
...
parasite-syscall.c
View file @
4edabd3d
...
...
@@ -551,7 +551,7 @@ static int generate_iovs(struct vma_area *vma, int pagemap, struct page_pipe *pp
return
0
;
}
int
parasite_mprotect_seized
(
struct
parasite_ctl
*
ctl
,
struct
vm_area_list
*
vma_area_list
,
bool
unprotect
)
static
int
parasite_mprotect_seized
(
struct
parasite_ctl
*
ctl
,
struct
vm_area_list
*
vma_area_list
,
bool
unprotect
)
{
struct
parasite_mprotect_args
*
args
;
struct
parasite_vma_entry
*
p_vma
;
...
...
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