aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gevent.h b/include/gevent.h
index fa735452..6467e60d 100644
--- a/include/gevent.h
+++ b/include/gevent.h
@@ -40,7 +40,7 @@
/**
* @brief Data part of a static GListener initializer.
*/
- #define _GLISTENER_DATA(name) { _SEMAPHORE_DATA(name.waitqueue, 0), _BSEMAPHORE_DATA(name.eventlock, FALSE), {0} }
+ #define _GLISTENER_DATA(name) { _SEMAPHORE_DATA(name.waitqueue, 0), _BSEMAPHORE_DATA(name.eventlock, FALSE), 0, 0, {0} }
/**
* @brief Static GListener initializer.
*/