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

Comparing projects/libstatgrab/src/libstatgrab/network_stats.c (file contents):
Revision 1.42 by ats, Sat Feb 14 12:22:45 2004 UTC vs.
Revision 1.43 by ats, Sat Feb 14 15:48:42 2004 UTC

# Line 376 | Line 376 | network_iface_stat_t *get_network_iface_stats(int *ent
376          static network_iface_stat_t *network_iface_stats;
377          network_iface_stat_t *network_iface_stat_ptr;
378          static int sizeof_network_iface_stats=0;        
379 <        static int ifaces;
379 >        int ifaces = 0;
380  
381   #ifdef SOLARIS
382          kstat_ctl_t *kc;
# Line 396 | Line 396 | network_iface_stat_t *get_network_iface_stats(int *ent
396          char line[8096];
397          int sock;
398   #endif
399 <        ifaces = 0;
399 >
400   #ifdef ALLBSD
401          if(getifaddrs(&net) != 0){
402                  return NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines