diff options
Diffstat (limited to 'plugins/netutils.c')
-rw-r--r-- | plugins/netutils.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/netutils.c b/plugins/netutils.c index 1d6100a..9f18723 100644 --- a/plugins/netutils.c +++ b/plugins/netutils.c | |||
@@ -27,11 +27,12 @@ | |||
27 | * | 27 | * |
28 | *****************************************************************************/ | 28 | *****************************************************************************/ |
29 | 29 | ||
30 | #define LOCAL_TIMEOUT_ALARM_HANDLER | ||
31 | |||
32 | #include "common.h" | 30 | #include "common.h" |
33 | #include "netutils.h" | 31 | #include "netutils.h" |
34 | 32 | ||
33 | unsigned int socket_timeout = DEFAULT_SOCKET_TIMEOUT; | ||
34 | unsigned int socket_timeout_state = STATE_CRITICAL; | ||
35 | |||
35 | int econn_refuse_state = STATE_CRITICAL; | 36 | int econn_refuse_state = STATE_CRITICAL; |
36 | int was_refused = FALSE; | 37 | int was_refused = FALSE; |
37 | #if USE_IPV6 | 38 | #if USE_IPV6 |