Skip to content

Commit

Permalink
netfilter: nf_nat: define nat_pptp_info as needed
Browse files Browse the repository at this point in the history
Signed-off-by: Changli Gao <[email protected]>
Signed-off-by: Patrick McHardy <[email protected]>
  • Loading branch information
xiaosuo authored and kaber committed Nov 15, 2010
1 parent e0e76c8 commit 03c0e5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/net/netfilter/nf_nat.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ struct nf_nat_multi_range_compat {
/* per conntrack: nat application helper private data */
union nf_conntrack_nat_help {
/* insert nat helper private data here */
#if defined(CONFIG_NF_NAT_PPTP) || defined(CONFIG_NF_NAT_PPTP_MODULE)
struct nf_nat_pptp nat_pptp_info;
#endif
};

struct nf_conn;
Expand Down

0 comments on commit 03c0e5b

Please sign in to comment.