Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
mobject-store
Commits
0652b81f
Commit
0652b81f
authored
Nov 01, 2017
by
Shane Snyder
Browse files
mobject_store_register no longer public
parent
f41344c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/mobject-client-test.c
View file @
0652b81f
...
...
@@ -19,9 +19,6 @@ int main(int argc, char** argv)
/* Start Margo */
margo_instance_id
mid
=
margo_init
(
"bmi+tcp"
,
MARGO_CLIENT_MODE
,
0
,
0
);
// XXX this should be called with mobject_store_create
mobject_store_register
(
mid
);
// XXX this should be handled by SSG in mobject_store_connect
hg_addr_t
svr_addr
;
margo_addr_lookup
(
mid
,
argv
[
1
],
&
svr_addr
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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