Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314712
b: refs/heads/master
c: edbf7ff
h: refs/heads/master
v: v3
  • Loading branch information
Sven Eckelmann authored and Antonio Quartulli committed Jun 28, 2012
1 parent 25d4277 commit 701463e
Show file tree
Hide file tree
Showing 3 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: 4d5d2db8d5a40b18e562fe2fa4ef9b1f9710ff82
refs/heads/master: edbf7ff72312afcc502014ccf3c72c49fa55722a
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/vis.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ static void batadv_purge_vis_packets(struct bat_priv *bat_priv)
continue;

if (batadv_has_timed_out(info->first_seen,
VIS_TIMEOUT)) {
BATADV_VIS_TIMEOUT)) {
hlist_del(node);
batadv_send_list_del(info);
kref_put(&info->refcount, batadv_free_info);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/vis.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define _NET_BATMAN_ADV_VIS_H_

/* timeout of vis packets in miliseconds */
#define VIS_TIMEOUT 200000
#define BATADV_VIS_TIMEOUT 200000

int batadv_vis_seq_print_text(struct seq_file *seq, void *offset);
void batadv_receive_server_sync_packet(struct bat_priv *bat_priv,
Expand Down

0 comments on commit 701463e

Please sign in to comment.