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
sds
bake
Commits
9e6c841d
Commit
9e6c841d
authored
Jan 29, 2021
by
Philip Carns
Browse files
fix misplaced comment
parent
b3f14e00
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bake-server.c
View file @
9e6c841d
...
@@ -135,6 +135,7 @@ int bake_provider_register(margo_instance_id mid,
...
@@ -135,6 +135,7 @@ int bake_provider_register(margo_instance_id mid,
margo_get_handler_pool
(
mid
,
&
(
tmp_provider
->
handler_pool
));
margo_get_handler_pool
(
mid
,
&
(
tmp_provider
->
handler_pool
));
}
}
/* create buffer poolset if needed for config */
ret
=
setup_poolset
(
tmp_provider
);
ret
=
setup_poolset
(
tmp_provider
);
if
(
ret
!=
0
)
{
if
(
ret
!=
0
)
{
BAKE_ERROR
(
mid
,
"could not create poolset for pipelining"
);
BAKE_ERROR
(
mid
,
"could not create poolset for pipelining"
);
...
@@ -143,8 +144,6 @@ int bake_provider_register(margo_instance_id mid,
...
@@ -143,8 +144,6 @@ int bake_provider_register(margo_instance_id mid,
return
ret
;
return
ret
;
}
}
/* create buffer poolset if needed for config */
/* Create rwlock */
/* Create rwlock */
ret
=
ABT_rwlock_create
(
&
(
tmp_provider
->
lock
));
ret
=
ABT_rwlock_create
(
&
(
tmp_provider
->
lock
));
if
(
ret
!=
ABT_SUCCESS
)
{
if
(
ret
!=
ABT_SUCCESS
)
{
...
...
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