Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330
b: refs/heads/master
c: c4d5411
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Apr 20, 2005
1 parent 77d23fa commit 036ac33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 561bbe3235da614562fb26bb14042af684971a2d
refs/heads/master: c4d541106bc5d0a2134aaf9e8735eee3c70b0db2
5 changes: 2 additions & 3 deletions trunk/include/net/dst.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ struct dst_entry
int __use;
struct dst_entry *child;
struct net_device *dev;
int obsolete;
short error;
short obsolete;
int flags;
#define DST_HOST 1
#define DST_NOXFRM 2
Expand All @@ -61,8 +62,6 @@ struct dst_entry
unsigned long rate_last; /* rate limiting for ICMP */
unsigned long rate_tokens;

int error;

struct neighbour *neighbour;
struct hh_cache *hh;
struct xfrm_state *xfrm;
Expand Down

0 comments on commit 036ac33

Please sign in to comment.