patch-2.3.22 linux/include/linux/ppp_channel.h
Next file: linux/include/linux/sched.h
Previous file: linux/include/linux/pmu.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Tue Oct 12 09:58:43 1999
- Orig file:
v2.3.21/linux/include/linux/ppp_channel.h
- Orig date:
Fri Aug 6 10:44:11 1999
diff -u --recursive --new-file v2.3.21/linux/include/linux/ppp_channel.h linux/include/linux/ppp_channel.h
@@ -14,10 +14,10 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
- * ==FILEVERSION 990717==
+ * ==FILEVERSION 990909==
*/
-/* $Id$ */
+/* $Id: ppp_channel.h,v 1.2 1999/09/15 11:21:53 paulus Exp $ */
#include <linux/list.h>
#include <linux/skbuff.h>
@@ -37,6 +37,7 @@
int xmit_qlen; /* length of transmit queue (bytes) */
int speed; /* transfer rate (bytes/second) */
int latency; /* overhead time in milliseconds */
+ int hdrlen; /* amount of headroom channel needs */
struct list_head list; /* link in list of channels per unit */
void *ppp; /* opaque to channel */
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)