Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
margo
Commits
71a11421
Commit
71a11421
authored
Aug 25, 2017
by
Shane Snyder
Browse files
forgot 2 more info->param changes
parent
0e404ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/margo.c
View file @
71a11421
...
...
@@ -1196,7 +1196,7 @@ void margo_set_param(margo_instance_id mid, int option, const void *param)
{
switch
(
option
)
{
case
MARGO_
INFO
_PROGRESS_TIMEOUT_UB
:
case
MARGO_
PARAM
_PROGRESS_TIMEOUT_UB
:
mid
->
hg_progress_timeout_ub
=
(
*
((
const
unsigned
int
*
)
param
));
break
;
}
...
...
@@ -1209,7 +1209,7 @@ void margo_get_param(margo_instance_id mid, int option, void *param)
switch
(
option
)
{
case
MARGO_
INFO
_PROGRESS_TIMEOUT_UB
:
case
MARGO_
PARAM
_PROGRESS_TIMEOUT_UB
:
(
*
((
unsigned
int
*
)
param
))
=
mid
->
hg_progress_timeout_ub
;
break
;
}
...
...
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