From: RĂ©mi Denis-Courmont Date: Sun, 16 Sep 2007 10:50:10 +0000 (+0000) Subject: Forgot this file in [22086] X-Git-Tag: 0.9.0-test0~5548 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8fec091327c0a2bf0927981bca52fe2f6fabcc72;p=vlc Forgot this file in [22086] --- diff --git a/include/vlc_objects.h b/include/vlc_objects.h index 03893fd33e..46103b16e2 100644 --- a/include/vlc_objects.h +++ b/include/vlc_objects.h @@ -163,6 +163,8 @@ vlc_bool_t __vlc_object_lock_and_wait( vlc_object_t *obj ) vlc_object_unlock( obj ); return b; } +#define vlc_object_lock_and_wait( obj ) \ + __vlc_object_lock_and_wait( VLC_OBJECT(obj) ) VLC_EXPORT( int, __vlc_object_timedwait, ( vlc_object_t *, mtime_t ) ); #define vlc_object_timedwait( obj, d ) \