I have an application (C, Linux) that processes Ctrl-C SIGINT, turning it off. I would like to add another signal handler so that I can use a different key combination to "reload the configuration while I work."
So, I look from a signal that I can send to the forefront by pressing a key, which does not make the process exit or pause. Are there any others?
source share