Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HEPnOS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
HEP
HEPnOS
Commits
a7133337
Commit
a7133337
authored
May 03, 2018
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated to new SDSKV API
parent
087d6d78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/service/HEPnOSService.cpp
src/service/HEPnOSService.cpp
+1
-1
No files found.
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
...
@@ -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
// XXX creating the database - this should come from a config file
sdskv_database_id_t
db_id
;
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
);
ASSERT
(
ret
==
0
,
"sdskv_provider_add_database() failed (ret = %d)
\n
"
,
ret
);
margo_addr_free
(
mid
,
self_addr
);
margo_addr_free
(
mid
,
self_addr
);
...
...
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