Skip to content

Commit

Permalink
UCP: reset uuid in address pack for mem type ep
Browse files Browse the repository at this point in the history
  • Loading branch information
bureddy committed Feb 16, 2018
1 parent 822e820 commit f775f18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ucp/core/ucp_ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ ucs_status_t ucp_worker_create_mem_type_endpoints(ucp_worker_h worker)
goto err_cleanup_eps;
}

/*reset uuid to mem_type id*/
*(uint64_t*)address = mem_type;

params.address = (ucp_address_t*)address;

status = ucp_ep_create_to_worker_addr(worker, &params, UCP_EP_INIT_FLAG_MEM_TYPE,
Expand Down

0 comments on commit f775f18

Please sign in to comment.