Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
7107e2f7
Commit
7107e2f7
authored
Nov 02, 2010
by
Guillaume Mercier
Browse files
[svn-r7406] Fix in internal request allocation
parent
cd948437
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/nemesis/netmod/mx/mx_alloc.c
View file @
7107e2f7
...
...
@@ -98,6 +98,7 @@ int MPID_nem_mx_internal_req_dequeue(MPID_nem_mx_internal_req_t **param_req)
curr_req
->
next
=
next_req
;
curr_req
=
next_req
;
}
curr_req
->
next
=
NULL
;
}
fn_exit:
...
...
src/mpid/ch3/channels/nemesis/nemesis/netmod/newmad/newmad_alloc.c
View file @
7107e2f7
...
...
@@ -98,6 +98,7 @@ int MPID_nem_newmad_internal_req_dequeue(MPID_nem_newmad_internal_req_t **param_
curr_req
->
next
=
next_req
;
curr_req
=
next_req
;
}
curr_req
->
next
=
NULL
;
}
fn_exit:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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