# | Line 18 | Line 18 | |
---|---|---|
18 | */ | |
19 | ||
20 | #include <stdio.h> | |
21 | – | #include <sys/socket.h> |
21 | #include <stdlib.h> | |
22 | #include <unistd.h> | |
23 | #include <syslog.h> | |
# | Line 28 | Line 27 | |
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 | |
# | Line 387 | Line 387 | int send_stats(ihost_state_t *ihost_state, char *data_ | |
387 | ||
388 | close(sd); | |
389 | ||
390 | – | printf("%s\n",data_stream); |
390 | return 0; | |
391 | } | |
392 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |