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
0aa00de4
Commit
0aa00de4
authored
Mar 06, 2017
by
Philip Carns
Browse files
safety check
parent
cd6d93c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/margo.c
View file @
0aa00de4
...
...
@@ -821,6 +821,8 @@ int margo_lookup_mplex(margo_instance_id mid, hg_id_t id, uint32_t mplex_id, ABT
if
(
!
element
)
return
(
-
1
);
assert
(
element
->
key
.
id
==
id
&&
element
->
key
.
mplex_id
==
mplex_id
);
*
pool
=
element
->
pool
;
return
(
0
);
...
...
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