Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-chain-mempool
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-mempool
Commits
c9cedcc1
Commit
c9cedcc1
authored
5 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*[ Commented call of undefined funcs
parent
c44dcde6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client_mempool.c
+1
-3
1 addition, 3 deletions
client_mempool.c
with
1 addition
and
3 deletions
client_mempool.c
+
1
−
3
View file @
c9cedcc1
...
@@ -108,8 +108,6 @@ static void a_stage_end_callback(dap_client_t *a_client, void *a_arg)
...
@@ -108,8 +108,6 @@ static void a_stage_end_callback(dap_client_t *a_client, void *a_arg)
int
client_mempool_init
(
void
)
int
client_mempool_init
(
void
)
{
{
int
res
=
dap_client_init
();
res
=
dap_http_client_simple_init
();
dap_config_t
*
g_config
;
dap_config_t
*
g_config
;
// read listen_port_tcp from settings
// read listen_port_tcp from settings
dap_config_init
(
SYSTEM_CONFIGS_DIR
);
dap_config_init
(
SYSTEM_CONFIGS_DIR
);
...
@@ -122,7 +120,7 @@ int client_mempool_init(void)
...
@@ -122,7 +120,7 @@ int client_mempool_init(void)
}
}
if
(
g_config
)
if
(
g_config
)
dap_config_close
(
g_config
);
dap_config_close
(
g_config
);
return
res
;
return
0
;
}
}
void
client_mempool_deinit
()
void
client_mempool_deinit
()
...
...
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