Skip to content

Commit 87cf007

Browse files
committed
UCP/CORE: Fix config type for dynamic_tl_progress_factor
Signed-off-by: Nicolas Morey <[email protected]>
1 parent d2e49d5 commit 87cf007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ucp/core/ucp_context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ static ucs_config_field_t ucp_context_config_table[] = {
445445
"Number of usage tracker rounds performed for each progress operation. Must be\n"
446446
"non-zero value.",
447447
ucs_offsetof(ucp_context_config_t, dynamic_tl_progress_factor),
448-
UCS_CONFIG_TYPE_TIME_UNITS},
448+
UCS_CONFIG_TYPE_UINT},
449449

450450
{"RESOLVE_REMOTE_EP_ID", "n",
451451
"Defines whether resolving remote endpoint ID is required or not when\n"

0 commit comments

Comments
 (0)