Hello Can I use RT_HEAP (or others descriptors) in the following way:
RT_HEAP h_desc; create descriptor (rt_heap_create (&h_desc,...) fork child process: rt_task_shadow () and rt_heap_alloc (&h_desc, ...) parent process: rt_heap_alloc (&h_desc, ...) Will h_desc be valid and usable in child processes? Thanks, Victor _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
