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
8
Issues
8
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
d5199990
Commit
d5199990
authored
May 07, 2016
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
in/out structs for write rpc
parent
6e1956f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
src/bake-bulk-rpc.h
src/bake-bulk-rpc.h
+11
-3
No files found.
src/bake-bulk-rpc.h
View file @
d5199990
...
...
@@ -26,10 +26,18 @@ MERCURY_GEN_PROC(bake_bulk_create_out_t,
((
bake_bulk_region_id_t
)(
rid
)))
DECLARE_MARGO_RPC_HANDLER
(
bake_bulk_create_ult
)
/* TODO: where should these live? Not in bake-bulk-rpc.c because we don't
* really need the rpc handlers to be linked into clients...
*/
/* bulk write */
MERCURY_GEN_PROC
(
bake_bulk_write_in_t
,
((
bake_target_id_t
)(
bti
))
\
((
bake_bulk_region_id_t
)(
rid
))
\
((
uint64_t
)(
region_offset
))
\
((
hg_bulk_t
)(
bulk_handle
)))
MERCURY_GEN_PROC
(
bake_bulk_write_out_t
,
((
int32_t
)(
ret
)))
/* TODO: where should the encoder defs live? Not in bake-bulk-rpc.c because
* we don't really need the rpc handlers to be linked into clients...
*/
static
inline
hg_return_t
hg_proc_bake_bulk_region_id_t
(
hg_proc_t
proc
,
bake_bulk_region_id_t
*
rid
)
{
/* TODO: update later depending on final region_id_t type */
...
...
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