|
PatchworkOS
2ca1c69
A non-POSIX operating system.
|
Namespace overlay. More...
#include <namespace.h>
Data Fields | |
| map_t | map |
| Used to find the children of namespaces using their id and the name of the child. | |
| list_t | objects |
| List of all objects in this namespace. Used for fast iteration. | |
| struct aml_overlay * | parent |
The parent overlay, or NULL if none. | |
Namespace overlay.
Definition at line 86 of file namespace.h.
| map_t aml_overlay_t::map |
Used to find the children of namespaces using their id and the name of the child.
Definition at line 88 of file namespace.h.
| list_t aml_overlay_t::objects |
List of all objects in this namespace. Used for fast iteration.
Definition at line 89 of file namespace.h.
| struct aml_overlay* aml_overlay_t::parent |
The parent overlay, or NULL if none.
Definition at line 90 of file namespace.h.