Changeset 31668 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux
- Timestamp:
- Aug 13, 2010 5:02:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r31654 r31668 52 52 53 53 /* 54 * Uncomment the following line to enable qdisc support.55 */ 56 //#define VBOXNETFLT_WITH_QDISC54 * Comment out the following line to disable qdisc support. 55 */ 56 #define VBOXNETFLT_WITH_QDISC 57 57 #ifdef VBOXNETFLT_WITH_QDISC 58 58 #include <net/pkt_sched.h>
Note:
See TracChangeset
for help on using the changeset viewer.