SUNRPC: pass buffer size to svc_sock_names()
[safe/jmp/linux-2.6] / include / linux / ppp_channel.h
index 9d64bdf..0d3fa63 100644 (file)
@@ -40,8 +40,8 @@ struct ppp_channel {
        int             mtu;            /* max transmit packet size */
        int             hdrlen;         /* amount of headroom channel needs */
        void            *ppp;           /* opaque to channel */
-       /* the following are not used at present */
        int             speed;          /* transfer rate (bytes/second) */
+       /* the following is not used at present */
        int             latency;        /* overhead time in milliseconds */
 };