Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271623
b: refs/heads/master
c: 93840ac
h: refs/heads/master
i:
  271621: 2413334
  271619: 9b8c1e9
  271615: e36eb74
v: v3
  • Loading branch information
Antonio Quartulli authored and Marek Lindner committed Oct 25, 2011
1 parent aa8f9ab commit 19eb2c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6e8014947d6469df1566e9e253805557c5c0e4e0
refs/heads/master: 93840ac40bb0d0f177ef8af74e64671be67e8c37
4 changes: 2 additions & 2 deletions trunk/net/batman-adv/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,22 +223,22 @@ struct socket_packet {

struct tt_local_entry {
uint8_t addr[ETH_ALEN];
struct hlist_node hash_entry;
unsigned long last_seen;
uint16_t flags;
atomic_t refcount;
struct rcu_head rcu;
struct hlist_node hash_entry;
};

struct tt_global_entry {
uint8_t addr[ETH_ALEN];
struct hlist_node hash_entry; /* entry in the global table */
struct orig_node *orig_node;
uint8_t ttvn;
uint16_t flags; /* only TT_GLOBAL_ROAM is used */
unsigned long roam_at; /* time at which TT_GLOBAL_ROAM was set */
atomic_t refcount;
struct rcu_head rcu;
struct hlist_node hash_entry; /* entry in the global table */
};

struct tt_change_node {
Expand Down

0 comments on commit 19eb2c3

Please sign in to comment.