patch-2.0.36 linux/include/linux/skbuff.h
Next file: linux/include/linux/types.h
Previous file: linux/include/linux/shm.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Nov 15 10:33:18 1998
- Orig file:
v2.0.35/linux/include/linux/skbuff.h
- Orig date:
Wed Oct 15 15:22:08 1997
diff -u --recursive --new-file v2.0.35/linux/include/linux/skbuff.h linux/include/linux/skbuff.h
@@ -112,6 +112,17 @@
unsigned char *end; /* End pointer */
void (*destructor)(struct sk_buff *); /* Destruct function */
__u16 redirport; /* Redirect port */
+
+ /*
+ * Keep this at the end then we wont break stuff.
+ */
+#if defined(CONFIG_SHAPER) || defined(CONFIG_SHAPER_MODULE)
+ __u32 shapelatency; /* Latency on frame */
+ __u32 shapeclock; /* Time it should go out */
+ __u32 shapelen; /* Frame length in clocks */
+ __u32 shapestamp; /* Stamp for shaper */
+ __u16 shapepend; /* Pending */
+#endif
};
#ifdef CONFIG_SKB_LARGE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov