Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
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
Show more breadcrumbs
Dmitry Puzyrkov
celllframe-node
Commits
a382b925
Commit
a382b925
authored
6 years ago
by
Dmitriy Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] New libs versions
[*] Build error fixes, some renames
parent
55e989f0
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
libdap-chain
+1
-1
1 addition, 1 deletion
libdap-chain
libdap-server
+1
-1
1 addition, 1 deletion
libdap-server
sources/node_manager.c
+3
-1
3 additions, 1 deletion
sources/node_manager.c
with
7 additions
and
5 deletions
CMakeLists.txt
+
2
−
2
View file @
a382b925
...
...
@@ -9,7 +9,7 @@ add_definitions ("-DDAP_SERVER")
add_subdirectory
(
libdap-server
)
add_subdirectory
(
libdap
)
#
add_subdirectory(libdap-chain)
add_subdirectory
(
libdap-chain
)
add_subdirectory
(
libdap-stream
)
...
...
@@ -43,4 +43,4 @@ set(HEADERS sources/node_manager.h)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
"
)
add_executable
(
${
PROJECT_NAME
}
"sources/kelvin-node.c"
${
HEADERS
}
${
SOURCES
}
${
CRYPTO_SRCS
}
)
target_link_libraries
(
${
PROJECT_NAME
}
dap_http_server dap_core_server dap_udp_server dap_session dap_crypto dap_client dap_core dap_http dap_enc_server dap_stream m pthread
)
\ No newline at end of file
target_link_libraries
(
${
PROJECT_NAME
}
dap_http_server dap_core_server dap_udp_server dap_session dap_crypto dap_core dap_enc_server dap_stream m pthread
)
This diff is collapsed.
Click to expand it.
libdap-chain
@
0ea81182
Compare
a4133845
...
0ea81182
Subproject commit
a41338453ba7be6320d7533a560ed56a7419396c
Subproject commit
0ea8118293ceb1188befe07ed43982c3328b645f
This diff is collapsed.
Click to expand it.
libdap-server
@
6366bcea
Compare
f4d20ce6
...
6366bcea
Subproject commit
f4d20ce6161fc705abe4b526c7e91b8f6564131f
Subproject commit
6366bceae27b633d32630053c9fd295f07db7435
This diff is collapsed.
Click to expand it.
sources/node_manager.c
+
3
−
1
View file @
a382b925
...
...
@@ -19,7 +19,9 @@
*/
#include
"node_manager.h"
#include
"dap_enc_http.h"
#include
"dap_http.h"
#include
"dap_http_simple.h"
#include
"stream.h"
#include
"stream_ch_pkt.h"
...
...
@@ -127,7 +129,7 @@ void node_manager_deinit(){
dap_client_deinit
();
dap_enc_key_deinit
();
dap_enc_deinit
();
common_deinit
();
dap_
common_deinit
();
dap_config_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