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

Comparing projects/libstatgrab/src/statgrab/statgrab.c (file contents):
Revision 1.33 by tdb, Mon Apr 25 12:04:30 2005 UTC vs.
Revision 1.34 by tdb, Wed Jul 13 09:31:54 2005 UTC

# Line 412 | Line 412 | void populate_net() {
412                                   "net", name, "speed", NULL);
413                          add_stat(BOOL, &iface[i].up,
414                                   "net", name, "up", NULL);
415 <                        add_stat(DUPLEX, &iface[i].dup,
415 >                        add_stat(DUPLEX, &iface[i].duplex,
416                                   "net", name, "duplex", NULL);
417                  }
418          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines