Skip to content

Commit c9ef2c6

Browse files
authored
Merge pull request #2319 from bureddy/mem_type_ep_uuid-v1.3.x
UCP: reset uuid in address pack for mem type ep
2 parents 822e820 + f775f18 commit c9ef2c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ucp/core/ucp_ep.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ ucs_status_t ucp_worker_create_mem_type_endpoints(ucp_worker_h worker)
283283
goto err_cleanup_eps;
284284
}
285285

286+
/*reset uuid to mem_type id*/
287+
*(uint64_t*)address = mem_type;
288+
286289
params.address = (ucp_address_t*)address;
287290

288291
status = ucp_ep_create_to_worker_addr(worker, &params, UCP_EP_INIT_FLAG_MEM_TYPE,

0 commit comments

Comments
 (0)