Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
cellframe
celllframe-node
Commits
00768dc6
Commit
00768dc6
authored
3 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Plain Diff
Merge branch 'bugs-4791' into 'release-4.4'
bugs-4791 See merge request
!216
parents
c743c025
2dd3518c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!226
Release 4.4
,
!216
bugs-4791
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
sources/sig_unix_handler.c
+12
-1
12 additions, 1 deletion
sources/sig_unix_handler.c
with
14 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
00768dc6
...
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 4
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 4
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
4
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
5
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
-
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
4015117e
Compare
99cc7f72
...
4015117e
Subproject commit
99cc7f72f35f8f7dc31103406cc9c1c592363772
Subproject commit
4015117e0e2cadaded7b09ace4c4f4faa427b80e
This diff is collapsed.
Click to expand it.
sources/sig_unix_handler.c
+
12
−
1
View file @
00768dc6
...
...
@@ -5,6 +5,17 @@
#include
"dap_common.h"
#include
"dap_events.h"
#include
"dap_chain_global_db.h"
#include
"dap_chain_plugins.h"
#include
"dap_chain_node.h"
#include
"dap_chain_net_srv_xchange.h"
#include
"dap_chain_net_srv_stake.h"
#include
"dap_chain.h"
#include
"dap_stream.h"
#include
"dap_stream_ctl.h"
#include
"dap_enc_ks.h"
#include
"dap_enc_http.h"
#include
"dap_http.h"
#include
"dap_chain_node_dns_server.h"
#include
"sig_unix_handler.h"
#define LOG_TAG "sig_unix_handler"
...
...
@@ -75,7 +86,7 @@ int sig_unix_handler_deinit() {
//log_it(L_DEBUG, "Deinit");
if
(
s_pid_path
)
DAP_DELETE
(
s_pid_path
);
DAP_DELETE
(
(
void
*
)
s_pid_path
);
signal
(
SIGTERM
,
SIG_DFL
);
signal
(
SIGINT
,
SIG_DFL
);
...
...
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