Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-chain-global-db
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-chain-global-db
Commits
a43fd14b
Commit
a43fd14b
authored
5 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] minor changes
parent
f6fc3659
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dap_chain_global_db_driver_cdb.c
+1
-1
1 addition, 1 deletion
dap_chain_global_db_driver_cdb.c
dap_chain_global_db_driver_cdb.h
+1
-0
1 addition, 0 deletions
dap_chain_global_db_driver_cdb.h
with
2 additions
and
1 deletion
dap_chain_global_db_driver_cdb.c
+
1
−
1
View file @
a43fd14b
...
...
@@ -74,7 +74,7 @@ static inline uint64_t dap_cdb_hex_to_uint(char *arr, short size) {
}
static
void
cdb_serialize_val_to_dap_store_obj
(
pdap_store_obj_t
a_obj
,
char
*
key
,
char
*
val
)
{
if
(
!
key
||
!
val
)
{
if
(
!
key
||
!
val
)
{
a_obj
=
NULL
;
return
;
}
...
...
This diff is collapsed.
Click to expand it.
dap_chain_global_db_driver_cdb.h
+
1
−
0
View file @
a43fd14b
...
...
@@ -44,3 +44,4 @@ int dap_db_driver_cdb_apply_store_obj(pdap_store_obj_t);
dap_store_obj_t
*
dap_db_driver_cdb_read_last_store_obj
(
const
char
*
);
dap_store_obj_t
*
dap_db_driver_cdb_read_store_obj
(
const
char
*
,
const
char
*
,
size_t
*
);
dap_store_obj_t
*
dap_db_driver_cdb_read_cond_store_obj
(
const
char
*
,
uint64_t
,
size_t
*
);
int
dap_db_driver_cdb_options
(
pcdb_options
l_opts
,
CDB
*
a_cdb
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment