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

Comparing projects/libstatgrab/docs/libstatgrab/sg_get_network_iface_stats.xml (file contents):
Revision 1.1 by tdb, Sat Mar 6 23:35:20 2004 UTC vs.
Revision 1.4 by tdb, Sun May 2 09:35:15 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;
# Line 138 | Line 145 | typedef struct{
145      
146      <simplelist type="vert">
147        <member>
148 <        <ulink url="http://www.i-scream.org">http://www.i-scream.org</ulink>
148 >        <ulink url="http://www.i-scream.org/libstatgrab/">
149 >          http://www.i-scream.org/libstatgrab/
150 >        </ulink>
151        </member>
152      </simplelist>
153    </refsect1>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines