Skip to content

Commit

Permalink
Merge pull request #2 from MattBBaker/uct_err_handle_cb
Browse files Browse the repository at this point in the history
Uct err handle cb UGNI
  • Loading branch information
evgeny-leksikov authored Apr 23, 2017
2 parents 7aa2738 + 247060f commit 3563221
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 3563221

Please sign in to comment.