Skip to content

Commit

Permalink
Pass uct params up the class stack in UGNI.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBBaker committed Apr 21, 2017
1 parent 7aa2738 commit 247060f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uct/ugni/base/ugni_iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ UCS_CLASS_INIT_FUNC(uct_ugni_iface_t, uct_md_h md, uct_worker_h worker,
}

UCS_CLASS_CALL_SUPER_INIT(uct_base_iface_t, uct_ugni_iface_ops, md, worker,
tl_config UCS_STATS_ARG(params->stats_root)
params, tl_config UCS_STATS_ARG(params->stats_root)
UCS_STATS_ARG(UCT_UGNI_MD_NAME));

self->dev = dev;
Expand Down

0 comments on commit 247060f

Please sign in to comment.