Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135469
b: refs/heads/master
c: 4a2f965
h: refs/heads/master
i:
  135467: 543a848
v: v3
  • Loading branch information
Stephen Hemminger authored and Patrick McHardy committed Feb 18, 2009
1 parent 4c545b2 commit ca3731d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fecea3a389c89de9afae2eda74fad894d5677229
refs/heads/master: 4a2f965ca5a4e2593744bf75425d85e0e8ff814a
9 changes: 4 additions & 5 deletions trunk/include/linux/netfilter/x_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,23 +349,22 @@ struct xt_table
{
struct list_head list;

/* A unique name... */
const char name[XT_TABLE_MAXNAMELEN];

/* What hooks you will enter on */
unsigned int valid_hooks;

/* Lock for the curtain */
rwlock_t lock;

/* Man behind the curtain... */
//struct ip6t_table_info *private;
void *private;
struct xt_table_info *private;

/* Set this to THIS_MODULE if you are a module, otherwise NULL */
struct module *me;

u_int8_t af; /* address/protocol family */

/* A unique name... */
const char name[XT_TABLE_MAXNAMELEN];
};

#include <linux/netfilter_ipv4.h>
Expand Down

0 comments on commit ca3731d

Please sign in to comment.