Displaying 5 results from an estimated 5 matches for "avl_tree_wlock".
2016 Oct 02
2
Icecast 2.4.3, minor bug
source.c, function source_reserve() :
Function avl_tree_wlock(global.source_tree) call must be placed before
do-while, not inside the cycle.
My correction in block _DIGI:
#define _DIGI
...
if(mount[0] != '/')
ICECAST_LOG_WARN("Source at \"%s\" does not start with '/',
clients will be "
&q...
2006 Jun 16
0
Crash in Icecast-2.3.1 (in source_recheck_mounts)
...ly build from icecast/trunk I've compared icecast_2_3_1
and trunk code for src/source.c. The most likely change that fixes the
problem is the introduction of avl_tree_rlock (and matching unlock) just
below "Applying mount information for". Another lock that might be
related is the avl_tree_wlock that is introduced in source_clear_source.
Diff command used:
svn diff http://svn.xiph.org/icecast/tags/icecast_2_3_1/src/source.c
http://svn.xiph.org/icecast/trunk/icecast/src/source.c
I guess I'll have to patch my code with these changes to fix the
problem. I'm reluctant to use daily...
2004 Aug 06
0
icecast2 on solaris ... (fwd)
...142: `tree' undeclared (first use in this function)
avl.c: At top level:
avl.c:1150: parse error before `*'
avl.c: In function `avl_tree_rlock':
avl.c:1152: `tree' undeclared (first use in this function)
avl.c: At top level:
avl.c:1155: parse error before `*'
avl.c: In function `avl_tree_wlock':
avl.c:1157: `tree' undeclared (first use in this function)
avl.c: At top level:
avl.c:1160: parse error before `*'
avl.c: In function `avl_tree_unlock':
avl.c:1162: `tree' undeclared (first use in this function)
avl.c: At top level:
avl.c:1165: parse error before `*'
avl.c...
2004 Aug 06
2
My turn to have issues with compiling libshout
...ared (first use in this function)
avl.c: At top level:
avl.c:1154: syntax error before '*' token
avl.c: In function `avl_tree_rlock':
avl.c:1156: `tree' undeclared (first use in this function)
avl.c: At top level:
avl.c:1159: syntax error before '*' token
avl.c: In function `avl_tree_wlock':
avl.c:1161: `tree' undeclared (first use in this function)
avl.c: At top level:
avl.c:1164: syntax error before '*' token
avl.c: In function `avl_tree_unlock':
avl.c:1166: `tree' undeclared (first use in this function)
avl.c: At top level:
avl.c:1169: syntax error before &...
2004 Aug 06
1
Compile errors
...142: `tree' undeclared (first use in this function)
avl.c: At top level:
avl.c:1150: parse error before `*'
avl.c: In function `avl_tree_rlock':
avl.c:1152: `tree' undeclared (first use in this function)
avl.c: At top level:
avl.c:1155: parse error before `*'
avl.c: In function `avl_tree_wlock':
avl.c:1157: `tree' undeclared (first use in this function)
avl.c: At top level:
avl.c:1160: parse error before `*'
avl.c: In function `avl_tree_unlock':
avl.c:1162: `tree' undeclared (first use in this function)
avl.c: At top level:
avl.c:1165: parse error before `*'
avl.c...