team: add mode priv to port
[pandora-kernel.git] / include / linux / if_team.h
index d45fcd5..54af95f 100644 (file)
@@ -61,6 +61,7 @@ struct team_port {
        } orig;
 
        struct rcu_head rcu;
+       long mode_priv[0];
 };
 
 struct team_mode_ops {
@@ -108,6 +109,7 @@ struct team_mode {
        const char *kind;
        struct module *owner;
        size_t priv_size;
+       size_t port_priv_size;
        const struct team_mode_ops *ops;
 };