mirror of
https://repo.or.cz/socat.git
synced 2025-07-04 04:16:33 +00:00
Fixed unwanted recvfrom() with signal handler logs
This commit is contained in:
parent
77ef274f76
commit
eeeebe6cb2
4 changed files with 16 additions and 9 deletions
6
error.h
6
error.h
|
@ -228,9 +228,9 @@ struct diag_dgram {
|
|||
char text[TEXTLEN];
|
||||
} ;
|
||||
|
||||
extern sig_atomic_t diag_in_handler;
|
||||
extern sig_atomic_t diag_immediate_msg;
|
||||
extern sig_atomic_t diag_immediate_exit;
|
||||
extern volatile sig_atomic_t diag_in_handler;
|
||||
extern volatile sig_atomic_t diag_immediate_msg;
|
||||
extern volatile sig_atomic_t diag_immediate_exit;
|
||||
|
||||
extern void diag_set(char what, const char *arg);
|
||||
extern void diag_set_int(char what, int arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue