Skip to content

Commit

Permalink
Merge pull request #2319 from bureddy/mem_type_ep_uuid-v1.3.x
Browse files Browse the repository at this point in the history
UCP: reset uuid in address pack for mem type ep
  • Loading branch information
yosefe authored Feb 16, 2018
2 parents 822e820 + f775f18 commit c9ef2c6
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 c9ef2c6

Please sign in to comment.