Will be used later for exporting named semaphores as well as mqueues
to /proc/xenomai/registry/posix/{mqueue,sem}

Signed-off-by: Florian Bezdeka <[email protected]>
---
 kernel/cobalt/registry.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kernel/cobalt/registry.c b/kernel/cobalt/registry.c
index 211e0f76f..3c67b64e6 100644
--- a/kernel/cobalt/registry.c
+++ b/kernel/cobalt/registry.c
@@ -73,6 +73,8 @@ static int proc_virq;
 
 static struct xnvfile_directory registry_vfroot;
 
+DEFINE_XNPTREE(posix_ptree, "posix");
+
 static int usage_vfile_show(struct xnvfile_regular_iterator *it, void *data)
 {
        xnvfile_printf(it, "%u/%u\n",
-- 
2.30.2


Reply via email to