| To: | "David S. Miller" <davem@xxxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH 1/11] PKT_SCHED: linux/pkt_cls.h depends on linux/pkt_sched.h |
| From: | Thomas Graf <tgraf@xxxxxxx> |
| Date: | Wed, 27 Oct 2004 00:22:32 +0200 |
| Cc: | netdev@xxxxxxxxxxx, hadi@xxxxxxxxxx |
| In-reply-to: | <20041026222148.GA12289@postel.suug.ch> |
| References: | <20041026222148.GA12289@postel.suug.ch> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
--- linux-2.6.10-rc1-bk1.orig/include/linux/pkt_cls.h 2004-10-24 10:58:48.000000000 +0200 +++ linux-2.6.10-rc1-bk1/include/linux/pkt_cls.h 2004-10-24 15:02:28.000000000 +0200 @@ -1,6 +1,8 @@ #ifndef __LINUX_PKT_CLS_H #define __LINUX_PKT_CLS_H +#include <linux/pkt_sched.h> + /* I think i could have done better macros ; for now this is stolen from * some arch/mips code - jhs */ |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCHSET 0/11] PKT_SCHED: overall net/pkt_cls.h and net/pkt_sched.h cleanup, Thomas Graf |
|---|---|
| Next by Date: | [PATCH 2/11] PKT_SCHED: Add net/sch_generic.h with generic sched definitions, Thomas Graf |
| Previous by Thread: | [PATCHSET 0/11] PKT_SCHED: overall net/pkt_cls.h and net/pkt_sched.h cleanup, Thomas Graf |
| Next by Thread: | [PATCH 2/11] PKT_SCHED: Add net/sch_generic.h with generic sched definitions, Thomas Graf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |