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
17
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
3a6c0475
Commit
3a6c0475
authored
5 months ago
by
Constantin P.
💬
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix-exit-tmp' into 'master'
Hotfix exit tmp See merge request
!1758
parents
af1724c3
aca48d32
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1779
Develop port 02 12
,
!1758
Hotfix exit tmp
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
sources/sig_unix_handler.c
+4
-3
4 additions, 3 deletions
sources/sig_unix_handler.c
with
5 additions
and
4 deletions
cellframe-sdk
@
b3f7e543
Compare
e5fdeabd
...
b3f7e543
Subproject commit
e5fdeabd0192ee03078d730fb8633e2062e25f33
Subproject commit
b3f7e5436d113c5b7d46539d522e5bd5a295a4e2
This diff is collapsed.
Click to expand it.
sources/sig_unix_handler.c
+
4
−
3
View file @
3a6c0475
...
...
@@ -38,9 +38,10 @@ static void clear_pid_file() {
}
static
void
sig_exit_handler
(
int
sig_code
)
{
log_it
(
L_DEBUG
,
"Got exit code: %d"
,
sig_code
);
clear_pid_file
();
exit
(
sig_code
);
/*
clear_pid_file();
dap_plugin_deinit();
dap_chain_node_mempool_autoproc_deinit();
...
...
@@ -64,7 +65,7 @@ static void sig_exit_handler(int sig_code) {
log_it(L_NOTICE,"Stopped Cellframe Node");
fflush(stdout);
exit
(
0
);
exit(0);
*/
}
...
...
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