Commit 89a6c143 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Deprecate vlc_object_alive()

The biggest landmark of thread-unsafety.
parent 89f47d48
......@@ -87,7 +87,7 @@ VLC_API void vlc_object_kill( vlc_object_t * ) VLC_DEPRECATED;
#define vlc_object_kill(a) \
vlc_object_kill( VLC_OBJECT(a) )
VLC_USED
VLC_USED VLC_DEPRECATED
static inline bool vlc_object_alive (const vlc_object_t *obj)
{
barrier ();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment