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.56 by ats, Tue Mar 9 12:43:41 2004 UTC vs.
Revision 1.57 by ats, Sun Apr 4 21:38:50 2004 UTC

# Line 339 | Line 339 | long long transfer_diff(long long new, long long old){
339   network_stat_t *get_network_stats_diff(int *entries) {
340          static network_stat_t *diff = NULL;
341          static int diff_count = 0;
342 <        network_stat_t *src, *dest;
342 >        network_stat_t *src = NULL, *dest;
343          int i, j, new_count;
344  
345          if (network_stats == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines