Skip to content

Commit

Permalink
Merge pull request #11 from artpol84/osc/mt_v2
Browse files Browse the repository at this point in the history
fix #2
  • Loading branch information
xinzhao3 authored Nov 13, 2018
2 parents 887bdd4 + 9ad3145 commit 777635e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal/mca/common/ucx/common_ucx.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ static _worker_info_t* _wpool_remove_from_idle(opal_common_ucx_wpool_t *wpool)

OPAL_DECLSPEC opal_common_ucx_wpool_t * opal_common_ucx_wpool_allocate(void)
{
opal_common_ucx_wpool_t *ptr = calloc(1, sizeof(opal_common_ucx_wpool_t *));
opal_common_ucx_wpool_t *ptr = calloc(1, sizeof(opal_common_ucx_wpool_t));
ptr->refcnt = 0;
return ptr;
}
Expand Down

0 comments on commit 777635e

Please sign in to comment.