Explorar el Código

- 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
Karl DeBisschop hace 23 años
padre
commit
066b63b861
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      plugins/check_dig.c

+ 1 - 0
plugins/check_dig.c

@@ -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)