Skip to content

Commit ed239a5

Browse files
peinanzj-xiong
authored andcommitted
prov/hook/trace: Add trace log for domain_attr.
Signed-off-by: Peinan Zhang <[email protected]>
1 parent cd63ccf commit ed239a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prov/hook/trace/src/hook_trace.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ static void hook_trace_prof_init(void *context)
262262
fi_tostr_r(buf,len, info->tx_attr, FI_TYPE_TX_ATTR)); \
263263
FI_TRACE(dom->fabric->hprov, FI_LOG_DOMAIN, "\n%s", \
264264
fi_tostr_r(buf,len, info->rx_attr, FI_TYPE_RX_ATTR)); \
265+
FI_TRACE(dom->fabric->hprov, FI_LOG_DOMAIN, "\n%s", \
266+
fi_tostr_r(buf,len, info->domain_attr, FI_TYPE_DOMAIN_ATTR)); \
265267
} while (0);
266268

267269
typedef void (*trace_cq_entry_fn)(const struct fi_provider *prov,

0 commit comments

Comments
 (0)