Displaying 5 results from an estimated 5 matches for "avl_delete".
2013 Nov 07
2
Segfaults on connection loss
...ound check_dead_connections() and
terminate_connection() when the tcp meta connection to a node times out
(or is e.g. firewalled), usually it happens when there's heavy packet loss:
Program terminated with signal 11, Segmentation fault.
#0 edge_del (e=0x1b71ba0) at edge.c:96
96 avl_delete(e->from->edge_tree, e);
(gdb) bt
#0 edge_del (e=0x1b71ba0) at edge.c:96
#1 0x0000000000408a65 in terminate_connection (report=false,
c=0x1abca00) at net.c:188
#2 terminate_connection (c=0x1abca00, report=false) at net.c:168
#3 0x0000000000409579 in check_dead_connections () at net.c:263...
2004 Aug 06
0
icecast2 on solaris ... (fwd)
...irst use in this function)
avl.c:313: `tree' undeclared (first use in this function)
avl.c:318: `key' undeclared (first use in this function)
avl.c:332: `value_address' undeclared (first use in this function)
avl.c: At top level:
avl.c:338: parse error before `*'
avl.c: In function `avl_delete':
avl.c:340: `x' undeclared (first use in this function)
avl.c:340: `y' undeclared (first use in this function)
avl.c:340: `p' undeclared (first use in this function)
avl.c:340: `q' undeclared (first use in this function)
avl.c:340: `r' undeclared (first use in this function...
2004 Aug 06
2
My turn to have issues with compiling libshout
...this function)
avl.c:316: `tree' undeclared (first use in this function)
avl.c:321: `key' undeclared (first use in this function)
avl.c:335: `value_address' undeclared (first use in this function)
avl.c: At top level:
avl.c:341: syntax error before '*' token
avl.c: In function `avl_delete':
avl.c:343: `x' undeclared (first use in this function)
avl.c:343: `y' undeclared (first use in this function)
avl.c:343: `p' undeclared (first use in this function)
avl.c:343: `q' undeclared (first use in this function)
avl.c:343: `r' undeclared (first use in this function...
2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
...s.st.reachable = !n->status.st.reachable;
- if(n->status.reachable) {
+ if(n->status.st.reachable) {
ifdebug(TRAFFIC) logger(LOG_DEBUG, _("Node %s (%s) became reachable"),
n->name, n->hostname);
avl_insert(node_udp_tree, n);
@@ -276,8 +276,8 @@
avl_delete(node_udp_tree, n);
}
- n->status.validkey = false;
- n->status.waitingforkey = false;
+ n->status.st.validkey = false;
+ n->status.st.waitingforkey = false;
n->maxmtu = MTU;
n->minmtu = 0;
@@ -292,10 +292,10 @@
asprintf(&envp[5], "REMOTEPORT=%s...
2004 Aug 06
1
Compile errors
...irst use in this function)
avl.c:313: `tree' undeclared (first use in this function)
avl.c:318: `key' undeclared (first use in this function)
avl.c:332: `value_address' undeclared (first use in this function)
avl.c: At top level:
avl.c:338: parse error before `*'
avl.c: In function `avl_delete':
avl.c:340: `x' undeclared (first use in this function)
avl.c:340: `y' undeclared (first use in this function)
avl.c:340: `p' undeclared (first use in this function)
avl.c:340: `q' undeclared (first use in this function)
avl.c:340: `r' undeclared (first use in this function...