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
72b628ff
Commit
72b628ff
authored
5 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Fixed errors
parent
9e7db0a9
No related branches found
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.h
+2
-6
2 additions, 6 deletions
dap_chain_global_db_driver.h
dap_chain_global_db_hist.h
+1
-1
1 addition, 1 deletion
dap_chain_global_db_hist.h
with
3 additions
and
7 deletions
dap_chain_global_db_driver.h
+
2
−
6
View file @
72b628ff
...
...
@@ -22,8 +22,7 @@
along with any DAP based project. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _GLOBAL_DB_DRIVER_H_
#define _GLOBAL_DB_DRIVER_H_
#pragma once
#include
<stddef.h>
#include
<stdint.h>
...
...
@@ -70,7 +69,7 @@ void dap_db_driver_deinit(void);
dap_store_obj_t
*
dap_store_obj_copy
(
dap_store_obj_t
*
a_store_obj
,
size_t
a_store_count
);
void
dap_store_obj_free
(
dap_store_obj_t
*
a_store_obj
,
size_t
a_store_count
);
int
dap_db_driver_flush
(
void
)
int
dap_db_driver_flush
(
void
)
;
char
*
dap_chain_global_db_driver_hash
(
const
uint8_t
*
data
,
size_t
data_size
);
...
...
@@ -85,6 +84,3 @@ dap_store_obj_pkt_t *dap_store_packet_multiple(pdap_store_obj_t a_store_obj,
time_t
a_timestamp
,
size_t
a_store_obj_count
);
dap_store_obj_t
*
dap_store_unpacket_multiple
(
const
dap_store_obj_pkt_t
*
a_pkt
,
size_t
*
a_store_obj_count
);
#endif //_GLOBAL_DB_DRIVER_H_
This diff is collapsed.
Click to expand it.
dap_chain_global_db_hist.h
+
1
−
1
View file @
72b628ff
...
...
@@ -6,7 +6,7 @@
#define GLOBAL_DB_HIST_REC_SEPARATOR "\r;"
#define GLOBAL_DB_HIST_KEY_SEPARATOR "\a;"
typedef
struct
dap_global_db_hist
_t
{
typedef
struct
dap_global_db_hist
{
char
type
;
// 'a' add or 'd' delete
const
char
*
group
;
size_t
keys_count
;
...
...
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