[vlc-devel] CVS Commit (sam)

cvs at videolan.org cvs at videolan.org
Thu Oct 17 15:15:31 CEST 2002


Update of /var/cvs/videolan/vlc/include
Modified Files:
	variables.h 

Update of /var/cvs/videolan/vlc/include/vlc
Modified Files:
	vlc.h 

Update of /var/cvs/videolan/vlc/modules/misc/testsuite
Modified Files:
	test4.c 

Update of /var/cvs/videolan/vlc/src/misc
Modified Files:
	error.c objects.c variables.c 

Log Message:
  * ./src/misc/variables.c: callback loops are now detected; this means you
    can now use var_* functions from within your callback, they can even
    trigger callback themselves, to any level. The main restriction is that
    you shouldn't meddle with a variable that is already being triggered by
    the current thread (other threads will just wait).
  * ./src/misc/objects.c: fixed a deadlock in the "tree" command.
  * ./modules/misc/testsuite/test4.c: added a "callback-test" command to the
    rc interface to test callback loop detection and concurrent triggers.

-- 
sam
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list