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
a460bb56
Commit
a460bb56
authored
Oct 09, 2017
by
David Rich
Committed by
Rob Latham
Nov 22, 2017
Browse files
Add debug output.
parent
cd08f749
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kv-client.c
View file @
a460bb56
...
...
@@ -61,6 +61,7 @@ hg_return_t kv_open(kv_context *context, const char *server_addr, const char *db
open_in_t
open_in
;
open_out_t
open_out
;
printf
(
"CLIENT: kv_open, server_addr %s
\n
"
,
server_addr
);
ret
=
margo_addr_lookup
(
context
->
mid
,
server_addr
,
&
(
context
->
svr_addr
));
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