Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bake
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
bake
Commits
5cc419ed
Commit
5cc419ed
authored
Aug 01, 2016
by
Philip Carns
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev-eager' into dev-eager-handle-cache
parents
ebd411b1
ff59057b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/bake-bulk-rpc.h
src/bake-bulk-rpc.h
+2
-2
No files found.
src/bake-bulk-rpc.h
View file @
5cc419ed
...
...
@@ -133,8 +133,8 @@ static inline hg_return_t hg_proc_bake_bulk_region_id_t(hg_proc_t proc, bake_bul
static
inline
hg_return_t
hg_proc_bake_target_id_t
(
hg_proc_t
proc
,
bake_target_id_t
*
bti
)
{
/* TODO: make this portable
; just raw encoding for now
*/
return
(
hg_proc_
raw
(
proc
,
bti
->
id
,
sizeof
(
bti
->
id
)));
/* TODO: make this portable */
return
(
hg_proc_
memcpy
(
proc
,
bti
->
id
,
sizeof
(
bti
->
id
)));
}
static
inline
hg_return_t
hg_proc_bake_bulk_eager_write_in_t
(
hg_proc_t
proc
,
void
*
v_out_p
)
...
...
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