]> git.sesse.net Git - vlc/commit
Hide b_attached.
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 19 Aug 2007 17:15:11 +0000 (17:15 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 19 Aug 2007 17:15:11 +0000 (17:15 +0000)
commit56040f0bb0de6f862deb28bcd62a1373403a6ce8
tree132cdfdfc891316d6ac046d6b9a0444b866d231c
parent46c366a825accfc0d1b7b7f446c820f6713037fd
Hide b_attached.
Also remove the volatile qualifier.
No, volatile does not magically solve threading bugs, sorry
I too have tried this "easy" path, it does REALLY NOT WORK.
volatile only solves signals concurrency, not threads concurrency.
include/vlc_common.h
src/libvlc-common.c
src/libvlc.h
src/misc/objects.c