aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/semaphores.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/semaphores.h')
-rw-r--r--src/include/semaphores.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/semaphores.h b/src/include/semaphores.h
index 45486874b..787258089 100644
--- a/src/include/semaphores.h
+++ b/src/include/semaphores.h
@@ -29,6 +29,7 @@
/**
* Semaphore structure.
+ * @extends ThreadsQueue
*/
typedef struct {
/** Queue of the threads sleeping on this Semaphore.*/