Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a09bb81
)
The changes_topology flag is now set when a TC entry times out
author
Andreas Tonnesen
<andreto@olsr.org>
Tue, 30 Nov 2004 07:48:52 +0000
(07:48 +0000)
committer
Andreas Tonnesen
<andreto@olsr.org>
Tue, 30 Nov 2004 07:48:52 +0000
(07:48 +0000)
src/tc_set.c
patch
|
blob
|
history
diff --git
a/src/tc_set.c
b/src/tc_set.c
index
a9b125e
..
84664f6
100644
(file)
--- a/
src/tc_set.c
+++ b/
src/tc_set.c
@@
-36,7
+36,7
@@
* to the project. For more information see the website or contact
* the copyright holders.
*
- * $Id: tc_set.c,v 1.1
5 2004/11/28 13:43:59 tlopatic
Exp $
+ * $Id: tc_set.c,v 1.1
6 2004/11/30 07:48:52 kattemat
Exp $
*/
@@
-407,6
+407,8
@@
olsr_time_out_tc_set()
/* Delete */
free(dst_to_delete);
+ changes_topology = OLSR_TRUE;
+
}
else
dst_entry = dst_entry->next;