Rename signal.sender to signal.sender_usr2 so it is specific to SIGUSR2 (#101).

This commit is contained in:
Andrew Wood
2025-10-21 22:15:23 +01:00
parent 9bd96614b3
commit 8361ed1fe2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ struct pvstate_s {
struct timespec toffset; /* total time spent stopped */
#ifdef PV_REMOTE_CONTROL
volatile sig_atomic_t rxusr2; /* whether SIGUSR2 was received */
volatile pid_t sender; /* PID of sending process for SIGUSR2 */
volatile pid_t sender_usr2; /* PID of sending process for SIGUSR2 */
#endif
} signal;