- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / include / net / netfilter / nf_conntrack_extend.h
index 73b5711..49aac63 100644 (file)
@@ -67,7 +67,7 @@ struct nf_ct_ext_type
        void (*destroy)(struct nf_conn *ct);
        /* Called when realloacted (can be NULL).
           Contents has already been moved. */
-       void (*move)(struct nf_conn *ct, void *old);
+       void (*move)(void *new, void *old);
 
        enum nf_ct_ext_id id;