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
f08ba92d
Commit
f08ba92d
authored
Oct 13, 2011
by
Cyrill Gorcunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore: Update real_pid comment
Signed-off-by:
Cyrill Gorcunov
<
gorcunov@gmail.com
>
parent
7fab1b23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
cr-restore.c
cr-restore.c
+4
-5
No files found.
cr-restore.c
View file @
f08ba92d
...
@@ -37,11 +37,10 @@ struct fmap_fd {
...
@@ -37,11 +37,10 @@ struct fmap_fd {
};
};
/*
/*
* Some shared memory entries and pipe entries are created
* real_pid member formerly served cases when
* only in one process and got shared by others. Because of
* no fork-with-pid functionality were in kernel,
* this the real_pid member is used. It serves like a synchronization
* so now it is being kept here just in case if
* point -- the process which creates a particular entity does set
* we need it again.
* real_pid member and all other users do wait until this member is set.
*/
*/
struct
shmem_info
{
struct
shmem_info
{
...
...
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