Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47682
b: refs/heads/master
c: 75ce7ce
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Feb 11, 2007
1 parent da7866e commit 693ed57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: f7b14315faf62935a791dd67969c4289563058f0
refs/heads/master: 75ce7ceaa1221858c0163e75d19eb8a423a212ff
7 changes: 6 additions & 1 deletion trunk/include/net/dst.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ struct sk_buff;

struct dst_entry
{
struct dst_entry *next;
union {
struct dst_entry *next;
struct rtable *rt_next;
struct rt6_info *rt6_next;
struct dn_route *dn_next;
};
atomic_t __refcnt; /* client references */
int __use;
struct dst_entry *child;
Expand Down

0 comments on commit 693ed57

Please sign in to comment.