Rename signal.sender to signal.sender_usr2 so it is specific to SIGUSR2 (#101).
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user