]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/neighbour.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
[karo-tx-linux.git] / include / net / neighbour.h
index 6fa9ae1907417f2a113c6509ee4031ce169c43e3..b0666d66293fd545f63163bc54350c0ca6ac1204 100644 (file)
@@ -68,6 +68,7 @@ struct neigh_parms
        struct net_device *dev;
        struct neigh_parms *next;
        int     (*neigh_setup)(struct neighbour *);
+       void    (*neigh_destructor)(struct neighbour *);
        struct neigh_table *tbl;
 
        void    *sysctl_table;
@@ -145,7 +146,6 @@ struct neighbour
 struct neigh_ops
 {
        int                     family;
-       void                    (*destructor)(struct neighbour *);
        void                    (*solicit)(struct neighbour *, struct sk_buff*);
        void                    (*error_report)(struct neighbour *, struct sk_buff*);
        int                     (*output)(struct sk_buff*);