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
d2b914dc
Commit
d2b914dc
authored
Sep 16, 2015
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core: Mark clear_tid_address as (criu).hex
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
d2f8f481
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core-x86.proto
protobuf/core-x86.proto
+1
-1
No files found.
protobuf/core-x86.proto
View file @
d2b914dc
...
@@ -57,7 +57,7 @@ message user_x86_fpregs_entry {
...
@@ -57,7 +57,7 @@ message user_x86_fpregs_entry {
}
}
message
thread_info_x86
{
message
thread_info_x86
{
required
uint64
clear_tid_addr
=
1
;
required
uint64
clear_tid_addr
=
1
[(
criu
)
.
hex
=
true
]
;
required
user_x86_regs_entry
gpregs
=
2
[(
criu
)
.
hex
=
true
];
required
user_x86_regs_entry
gpregs
=
2
[(
criu
)
.
hex
=
true
];
required
user_x86_fpregs_entry
fpregs
=
3
;
required
user_x86_fpregs_entry
fpregs
=
3
;
}
}
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