Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux-2.6-microblaze.git] / include / linux / igmp.h
index 9cbbd1b..463047d 100644 (file)
@@ -60,8 +60,8 @@ struct ip_mc_socklist {
 
 struct ip_sf_list {
        struct ip_sf_list       *sf_next;
-       __be32                  sf_inaddr;
        unsigned long           sf_count[2];    /* include/exclude counts */
+       __be32                  sf_inaddr;
        unsigned char           sf_gsresp;      /* include in g & s response? */
        unsigned char           sf_oldin;       /* change state */
        unsigned char           sf_crcount;     /* retrans. left to send */