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

Comparing projects/libstatgrab/docs/sg_get_network_iface_stats.xml (file contents):
Revision 1.1 by tdb, Sat Mar 6 23:35:20 2004 UTC vs.
Revision 1.2 by tdb, Tue Mar 9 13:50:24 2004 UTC

# Line 65 | Line 65 | typedef enum{
65          HALF_DUPLEX,
66          UNKNOWN_DUPLEX
67   }statgrab_duplex;
68 +    </programlisting>
69  
70 +    <para>
71 +      Note: The <structfield>UNKNOWN_DUPLEX</structfield> value could mean
72 +      that duplex hasn't been negotiated yet.
73 +    </para>
74 +
75 +    <programlisting>
76   typedef struct{
77          char *interface_name;
78          int speed;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines