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
sds-keyval
Commits
7a842b5e
Commit
7a842b5e
authored
Dec 01, 2017
by
David Rich
Committed by
Rob Latham
Dec 01, 2017
Browse files
Make sure count argument is passed to RPC in bench_in. Line got dropped in merge.
parent
d895266f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kv-client.c
View file @
7a842b5e
...
...
@@ -292,6 +292,7 @@ bench_result_t *kv_benchmark(kv_context_t *context, int32_t count) {
context
->
bench_id
,
&
handle
);
assert
(
ret
==
HG_SUCCESS
);
bench_in
.
count
=
count
;
ret
=
margo_forward
(
handle
,
&
bench_in
);
assert
(
ret
==
HG_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