mirror of https://github.com/hak5/openwrt.git
parent
ec6c0fdc5e
commit
dcca20be51
|
@ -79,7 +79,7 @@
|
|||
+
|
||||
+struct imq_private {
|
||||
+ struct tasklet_struct tasklet;
|
||||
+ int tasklet_pending;
|
||||
+ unsigned long tasklet_pending;
|
||||
+};
|
||||
+
|
||||
+static nf_hookfn imq_nf_hook;
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
+
|
||||
+struct imq_private {
|
||||
+ struct tasklet_struct tasklet;
|
||||
+ int tasklet_pending;
|
||||
+ unsigned long tasklet_pending;
|
||||
+};
|
||||
+
|
||||
+static nf_hookfn imq_nf_hook;
|
||||
|
|
Loading…
Reference in New Issue