Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224137
b: refs/heads/master
c: 46b13fc
h: refs/heads/master
i:
  224135: 2e79067
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Nov 11, 2010
1 parent d74915b commit af8b04c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: c0c04c2a89cf6363da2940da59afd2e30001b991
refs/heads/master: 46b13fc5c0f239f36e84665c73087d5fa86bfd86
10 changes: 5 additions & 5 deletions trunk/include/net/neighbour.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,16 @@ struct neighbour {
struct neigh_parms *parms;
unsigned long confirmed;
unsigned long updated;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
rwlock_t lock;
atomic_t refcnt;
struct sk_buff_head arp_queue;
struct timer_list timer;
unsigned long used;
atomic_t probes;
rwlock_t lock;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
seqlock_t ha_lock;
unsigned char ha[ALIGN(MAX_ADDR_LEN, sizeof(unsigned long))];
struct hh_cache *hh;
Expand Down

0 comments on commit af8b04c

Please sign in to comment.