Skip to content

Commit

Permalink
util: Modify domain_attr based on FI_AV_AUTH_KEY
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Ziemba <[email protected]>
(cherry picked from commit 7315402)
  • Loading branch information
iziemba authored and j-xiong committed Nov 14, 2023
1 parent b61fe84 commit 6a63950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prov/util/src/util_attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,8 @@ static void fi_alter_domain_attr(struct fi_domain_attr *attr,
attr->av_type = hints->av_type;
if (hints->max_ep_auth_key)
attr->max_ep_auth_key = hints->max_ep_auth_key;
if (hints->auth_key_size == FI_AV_AUTH_KEY)
attr->auth_key_size = FI_AV_AUTH_KEY;
}

static void fi_alter_ep_attr(struct fi_ep_attr *attr,
Expand Down

0 comments on commit 6a63950

Please sign in to comment.