Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
margo
Commits
740a04f5
Commit
740a04f5
authored
Aug 24, 2017
by
Shane Snyder
Browse files
bug fix in margo initialization
parent
3c70631f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/margo.c
View file @
740a04f5
...
...
@@ -236,6 +236,8 @@ margo_instance_id margo_init_pool(ABT_pool progress_pool, ABT_pool handler_pool,
ABT_THREAD_ATTR_NULL
,
&
mid
->
hg_progress_tid
);
if
(
ret
!=
0
)
goto
err
;
return
mid
;
err:
if
(
mid
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment