Displaying 8 results from an estimated 8 matches for "avl_insert".
2004 Aug 06
2
Transparent Proxy
Hi,
The only need I have for icecast is as a transparent proxy. The problem
is I can't get it to work as one, is this feature implemented?
When I setup XMMS with a proxy of the computer running icecast (1.3.11)
I get this in the logs when trying to connect to a stream:
[16/Sep/2001:23:59:31] [9:Connection Handler] Accepted encoder on
mountpoint 205.188.234.34:8004/ from
2004 Aug 06
0
Transparent Proxy
...oblem, it seemed that in source.c in the function
source_login in this piece of code:
--
write_log (LOG_DEFAULT, "Accepted encoder on mountpoint %s from %s. %d
sources connected", source->audiocast.mount, con_host (con),
info.num_sources);
thread_mutex_lock(&info.source_mutex);
avl_insert(info.sources, con);
thread_mutex_unlock(&info.source_mutex);
--
I found that the code was stopping after the thread_mutex_lock, my guess
(seeing as it's 2am in the morning and I'm just happy to have it
working) is that the mutex has already been locked causing this function
to wait wh...
2006 Jul 30
6
zfs mount stuck in zil_replay
...17196252
  page_pptonum                                               19457456
  sfmmu_mlist_enter                                          20078508
  sfmmu_mlist_exit                                           20804176
  page_numtomemseg_nolock                                    23377972
  avl_insert                                                 23727512
  avl_insert_here                                            25281752
  sfmmu_mlspl_enter                                          32277524
  kmem_cache_alloc                                           38497240
  xc_serv...
2006 Oct 25
4
Panic while scrubbing
...03118d0 unix:real_mode_end+58d1 ()
Oct 24 20:13:51 FServe genunix: [ID 655072 kern.notice] fffffe80003119b0 unix:trap+d77 ()
Oct 24 20:13:51 FServe genunix: [ID 655072 kern.notice] fffffe80003119c0 unix:_cmntrap+13f ()
Oct 24 20:13:51 FServe genunix: [ID 655072 kern.notice] fffffe8000311ab0 genunix:avl_insert+60 ()
Oct 24 20:13:51 FServe genunix: [ID 655072 kern.notice] fffffe8000311ae0 genunix:avl_add+33 ()
Oct 24 20:13:51 FServe genunix: [ID 655072 kern.notice] fffffe8000311b60 zfs:vdev_queue_io_to_issue+1ec ()
Oct 24 20:13:51 FServe genunix: [ID 655072 kern.notice] fffffe8000311ba0 zfs:zfsctl_ops_roo...
2004 Aug 06
0
icecast2 on solaris ... (fwd)
...In function `avl_tree_free':
avl.c:100: `tree' undeclared (first use in this function)
avl.c:101: `free_key_fun' undeclared (first use in this function)
avl.c:90: `free_key_fun' used prior to declaration
avl.c: At top level:
avl.c:110: parse error before `*'
avl.c: In function `avl_insert':
avl.c:113: `ob' undeclared (first use in this function)
avl.c:114: `node' undeclared (first use in this function)
avl.c:114: `key' undeclared (first use in this function)
avl.c:123: `t' undeclared (first use in this function)
avl.c:123: `p' undeclared (first use in this fu...
2004 Aug 06
2
My turn to have issues with compiling libshout
...e':
avl.c:102: `tree' undeclared (first use in this function)
avl.c:103: `free_key_fun' undeclared (first use in this function)
avl.c:103: `free_key_fun' undeclared (first use in this function)
avl.c: At top level:
avl.c:113: syntax error before '*' token
avl.c: In function `avl_insert':
avl.c:116: `ob' undeclared (first use in this function)
avl.c:117: `node' undeclared (first use in this function)
avl.c:117: `key' undeclared (first use in this function)
avl.c:126: `t' undeclared (first use in this function)
avl.c:126: `p' undeclared (first use in this fu...
2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
...visited != n->status.st.reachable) {
+			n->status.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 +2...
2004 Aug 06
1
Compile errors
...top level:
avl.c:98: parse error before `*'
avl.c: In function `avl_tree_free':
avl.c:100: `tree' undeclared (first use in this function)
avl.c:101: `free_key_fun' undeclared (first use in this function)
avl.c: At top level:
avl.c:110: parse error before `*'
avl.c: In function `avl_insert':
avl.c:113: `ob' undeclared (first use in this function)
avl.c:114: `node' undeclared (first use in this function)
avl.c:114: `key' undeclared (first use in this function)
avl.c:114: invalid lvalue in assignment
avl.c:123: `t' undeclared (first use in this function)
avl.c:123:...