Skip to content
Snippets Groups Projects
Verified Commit 5f90b915 authored by Alberto Miranda's avatar Alberto Miranda :hotsprings:
Browse files

Redefine adm_transfer RPC type

parent 663cb255
No related branches found
No related tags found
1 merge request!30Resolve "Refactor library RPC implementation of `admire::transfer_dataset`"
......@@ -97,14 +97,13 @@ struct adm_qos_limit {
// TODO: encoder/decoder
typedef struct adm_transfer {
// TODO: undefined for now
int32_t placeholder;
uint64_t t_id;
} adm_transfer;
// clang-format off
MERCURY_GEN_STRUCT_PROC(
adm_transfer, // NOLINT
((hg_int32_t) (placeholder))
((hg_uint64_t) (t_id))
);
// clang-format on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment