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
HEP
HEPnOS
Commits
a7133337
Commit
a7133337
authored
May 03, 2018
by
Matthieu Dorier
Browse files
updated to new SDSKV API
parent
087d6d78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/service/HEPnOSService.cpp
View file @
a7133337
...
...
@@ -70,7 +70,7 @@ void hepnos_run_service(MPI_Comm comm, const char* listen_addr, const char* conf
// XXX creating the database - this should come from a config file
sdskv_database_id_t
db_id
;
ret
=
sdskv_provider_add_database
(
sdskv_prov
,
"hepnosdb"
,
KVDB_MAP
,
SDSKV_COMPARE_DEFAULT
,
&
db_id
);
ret
=
sdskv_provider_add_database
(
sdskv_prov
,
"hepnosdb"
,
""
,
KVDB_MAP
,
SDSKV_COMPARE_DEFAULT
,
&
db_id
);
ASSERT
(
ret
==
0
,
"sdskv_provider_add_database() failed (ret = %d)
\n
"
,
ret
);
margo_addr_free
(
mid
,
self_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