[vlc-commits] threads: restore Doxygen on vlc_sem_t

Rémi Denis-Courmont git at videolan.org
Mon Feb 17 18:52:39 CET 2020


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Feb 17 19:52:09 2020 +0200| [25f54538492a635d47a1216413d2c958c97b1bf5] | committer: Rémi Denis-Courmont

threads: restore Doxygen on vlc_sem_t

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=25f54538492a635d47a1216413d2c958c97b1bf5
---

 include/vlc_threads.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index 96713b51b7..ab9f25cb69 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -355,6 +355,11 @@ typedef struct
 # define VLC_STATIC_COND { 0 }
 #endif
 
+/**
+ * Semaphore.
+ *
+ * Storage space for a thread-safe semaphore.
+ */
 typedef struct vlc_sem
 {
     union {



More information about the vlc-commits mailing list