Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36836
b: refs/heads/master
c: 00a5020
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent d753346 commit 74fecef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b06a7cf2f3c053e7fc47ca6a4c74553e2291e24
refs/heads/master: 00a5020cd51febbb3166ff7a09a2901c47ba251a
12 changes: 6 additions & 6 deletions trunk/include/linux/in.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,17 @@ struct ip_mreqn
};

struct ip_mreq_source {
__u32 imr_multiaddr;
__u32 imr_interface;
__u32 imr_sourceaddr;
__be32 imr_multiaddr;
__be32 imr_interface;
__be32 imr_sourceaddr;
};

struct ip_msfilter {
__u32 imsf_multiaddr;
__u32 imsf_interface;
__be32 imsf_multiaddr;
__be32 imsf_interface;
__u32 imsf_fmode;
__u32 imsf_numsrc;
__u32 imsf_slist[1];
__be32 imsf_slist[1];
};

#define IP_MSFILTER_SIZE(numsrc) \
Expand Down

0 comments on commit 74fecef

Please sign in to comment.