]> Kevux Git Server - controller/commit
Update: Improve signal handling code.
authorKevin Day <Kevin@kevux.org>
Tue, 28 Jan 2025 04:45:43 +0000 (22:45 -0600)
committerKevin Day <Kevin@kevux.org>
Tue, 28 Jan 2025 04:45:43 +0000 (22:45 -0600)
commit56ff55072d8042776b59a98c2497b351c762e01e
treeaa64eb074eb3815a873575563464296b6690f2c5
parentbc0611502fb298d752a8e706f6062ef1058d7a63
Update: Improve signal handling code.

Move the `fll_program_print_signal_received()` calls to the main program to help ensure consistent printing at the end of the program.
- Note: I am not certain if I want this instead in the main() function or not and I opted not to do so for now.
sources/c/program/controller/main/process.c
sources/c/program/controller/main/signal.c