Module: xenomai-forge
Branch: master
Commit: 63c8bdca610bb3121dbdd614aa04ffc05b6401ed
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=63c8bdca610bb3121dbdd614aa04ffc05b6401ed

Author: Philippe Gerum <r...@xenomai.org>
Date:   Mon Nov 21 23:23:10 2011 +0100

alchemy: fix layout of wait_union

---

 lib/alchemy/task.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/alchemy/task.c b/lib/alchemy/task.c
index 1cfa503..e52e14c 100644
--- a/lib/alchemy/task.c
+++ b/lib/alchemy/task.c
@@ -30,12 +30,14 @@
 #include "event.h"
 #include "queue.h"
 #include "timer.h"
+#include "heap.h"
 
 union alchemy_wait_union {
        struct alchemy_task_wait task_wait;
        struct alchemy_buffer_wait buffer_wait;
        struct alchemy_event_wait event_wait;
        struct alchemy_queue_wait queue_wait;
+       struct alchemy_heap_wait heap_wait;
 };
 
 struct syncluster alchemy_task_table;


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to