Philippe Gerum wrote:
Moser, Dan wrote:

Hi,

I was wondering if there was a command line method for deleting left
over heaps (i.e., those that were not properly deleted with a call to
rt_heap_delete()) from /proc/xenomai/registry/native/heaps.

Just a simple rm command (as root) yields the following:

# rm -f myshmem
cannot remove `myshmem': Operation not permitted


For the moment, there is
+ no
way to remove lingering native API objects from
the /proc interface. On the other hand, the RTDM API allows this for some of its objects by writing a magic value to the proper /proc entry, and we might use the same technique to provide this feature to the native one.

Thanks in advance for any help/insight,
Dan

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help





--

Philippe.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to