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

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Nov 16 17:55:35 2011 +0100

lib/alchemy: fix syncluster init for heaps

---

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

diff --git a/lib/alchemy/init.c b/lib/alchemy/init.c
index 3130e4a..49ea8e1 100644
--- a/lib/alchemy/init.c
+++ b/lib/alchemy/init.c
@@ -76,7 +76,7 @@ static int alchemy_init(int argc, char *const argv[])
        syncluster_init(&alchemy_mutex_table, "alchemy.mutex");
        syncluster_init(&alchemy_queue_table, "alchemy.queue");
        syncluster_init(&alchemy_buffer_table, "alchemy.buffer");
-       syncluster_init(&alchemy_buffer_table, "alchemy.heap");
+       syncluster_init(&alchemy_heap_table, "alchemy.heap");
        pvcluster_init(&alchemy_alarm_table, "alchemy.alarm");
 
        ret = clockobj_init(&alchemy_clock, "alchemy", clock_resolution);


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

Reply via email to