aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/condvars.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/condvars.h')
-rw-r--r--src/include/condvars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/condvars.h b/src/include/condvars.h
index 83afe6db7..be23bf6d1 100644
--- a/src/include/condvars.h
+++ b/src/include/condvars.h
@@ -34,7 +34,7 @@
/**
* CondVar structure.
*/
-typedef struct {
+typedef struct CondVar {
ThreadsQueue c_queue;
} CondVar;