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.53 by tdb, Sat Sep 24 13:30:40 2005 UTC vs.
Revision 1.54 by tdb, Tue May 2 06:49:53 2006 UTC

# Line 776 | Line 776 | int get_system_stats(int seq_no, ihost_state_t *ihost_
776          }else{
777                  strlcat(xml, "<disk>", size);
778                  for(counter=0;counter<disk_entries;counter++){
779 +                        if(strcmp(disk_stats->fs_type, "nfs") == 0) continue;
780                          snprintf(tmp, size, \
781                                  "<p%d name=\"%s\" mount=\"%s\" fstype=\"%s\" total=\""LLD"\" used=\""LLD"\" avail=\""LLD"\" totalinodes=\""LLD"\" usedinodes=\""LLD"\" freeinodes=\""LLD"\"></p%d>", \
782                                  counter, \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines