mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
- forgot to declare struct timeval tv for hires timing
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@692 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
8a9ec38fbb
commit
066b63b861
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ int verbose = FALSE;
|
|||
int server_port = DEFAULT_PORT;
|
||||
int warning_interval = -1;
|
||||
int critical_interval = -1;
|
||||
struct timeval tv;
|
||||
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
|
|
|
|||
Loading…
Reference in a new issue