Static initialisation fix for a GListener
This commit is contained in:
parent
b8a64a20fe
commit
bc0ce07298
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief Data part of a static GListener initializer.
|
* @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.
|
* @brief Static GListener initializer.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue