Skip to content

Commit

Permalink
UCP/RKEY: add mem_type to ucp_mem_dummy_buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
bureddy committed Oct 29, 2018
1 parent 163f107 commit 417895a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ucp/core/ucp_rkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
#include <inttypes.h>


static ucp_md_map_t ucp_mem_dummy_buffer = 0;
static struct {
ucp_md_map_t md_map;
uint8_t mem_type;
} UCS_S_PACKED ucp_mem_dummy_buffer = {0, 0};


size_t ucp_rkey_packed_size(ucp_context_h context, ucp_md_map_t md_map)
Expand Down

0 comments on commit 417895a

Please sign in to comment.