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
bac5566f
Commit
bac5566f
authored
Feb 15, 2019
by
Radostin Stoyanov
Committed by
Andrei Vagin
Apr 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in function name
Signed-off-by:
Radostin Stoyanov
<
rstoyanov1@gmail.com
>
parent
c77a52ec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
cr-dump.c
criu/cr-dump.c
+2
-2
image.c
criu/image.c
+1
-1
crtools.h
criu/include/crtools.h
+1
-1
No files found.
criu/cr-dump.c
View file @
bac5566f
...
...
@@ -1482,7 +1482,7 @@ static int cr_pre_dump_finish(int status)
if
(
ret
)
goto
err
;
ret
=
inve
r
tory_save_uptime
(
&
he
);
ret
=
inve
n
tory_save_uptime
(
&
he
);
if
(
ret
)
goto
err
;
...
...
@@ -1899,7 +1899,7 @@ int cr_dump_tasks(pid_t pid)
if
(
ret
)
goto
err
;
ret
=
inve
r
tory_save_uptime
(
&
he
);
ret
=
inve
n
tory_save_uptime
(
&
he
);
if
(
ret
)
goto
err
;
...
...
criu/image.c
View file @
bac5566f
...
...
@@ -107,7 +107,7 @@ int write_img_inventory(InventoryEntry *he)
return
0
;
}
int
inve
r
tory_save_uptime
(
InventoryEntry
*
he
)
int
inve
n
tory_save_uptime
(
InventoryEntry
*
he
)
{
if
(
!
opts
.
track_mem
)
return
0
;
...
...
criu/include/crtools.h
View file @
bac5566f
...
...
@@ -12,7 +12,7 @@
extern
int
check_img_inventory
(
void
);
extern
int
write_img_inventory
(
InventoryEntry
*
he
);
extern
int
inve
r
tory_save_uptime
(
InventoryEntry
*
he
);
extern
int
inve
n
tory_save_uptime
(
InventoryEntry
*
he
);
extern
InventoryEntry
*
get_parent_inventory
(
void
);
extern
int
prepare_inventory
(
InventoryEntry
*
he
);
struct
pprep_head
{
...
...
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