18 |
|
*/ |
19 |
|
|
20 |
|
#include <stdio.h> |
21 |
– |
#include <sys/socket.h> |
21 |
|
#include <stdlib.h> |
22 |
|
#include <unistd.h> |
23 |
|
#include <syslog.h> |
24 |
|
#include <netinet/in.h> |
25 |
|
#include "ukcprog.h" |
26 |
|
#include <netdb.h> |
27 |
< |
#include <strings.h> |
27 |
> |
#include <string.h> |
28 |
|
#include "statgrab.h" |
29 |
+ |
#include <time.h> |
30 |
+ |
#include <sys/socket.h> |
31 |
|
|
32 |
|
#define RECONFIGURE_RETURN_CODE 2 |
33 |
|
#define UDP_MAX_PACKET_SIZE 8192 |
443 |
|
if(cur_time>=udp_time){ |
444 |
|
/*printf("sending UDP\n");*/ |
445 |
|
stat_grab_time=time(NULL); |
446 |
< |
if((xml_stats=stat_grab(&ihost_state, counter)) == NULL){ |
446 |
> |
if((xml_stats=stat_grab(&ihost_state, counter++)) == NULL){ |
447 |
|
errf("Failed to get stats (%m)"); |
448 |
|
exit(1); |
449 |
|
} |