ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/ihost.c
(Generate patch)

Comparing projects/cms/source/ihost/ihost.c (file contents):
Revision 1.11 by tdb, Sat May 18 18:15:56 2002 UTC vs.
Revision 1.14 by pajs, Sun May 19 14:58:06 2002 UTC

# 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>
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
# Line 386 | Line 387 | int send_stats(ihost_state_t *ihost_state, char *data_
387  
388          close(sd);
389  
390 +        printf("%s\n",data_stream);
391          return 0;      
392   }
393  
# Line 442 | Line 444 | int main(int argc, char **argv){
444                  if(cur_time>=udp_time){
445                          /*printf("sending UDP\n");*/
446                          stat_grab_time=time(NULL);
447 <                        if((xml_stats=stat_grab(&ihost_state, counter)) == NULL){
447 >                        if((xml_stats=stat_grab(&ihost_state, counter++)) == NULL){
448                                  errf("Failed to get stats (%m)");
449                                  exit(1);
450                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines