RootIPCNamespace takes a reference and returns the root IPCNamespace.
()
| 1813 | |
| 1814 | // RootIPCNamespace takes a reference and returns the root IPCNamespace. |
| 1815 | func (k *Kernel) RootIPCNamespace() *IPCNamespace { |
| 1816 | return k.rootIPCNamespace |
| 1817 | } |
| 1818 | |
| 1819 | // RootPIDNamespace returns the root PIDNamespace. |
| 1820 | func (k *Kernel) RootPIDNamespace() *PIDNamespace { |
no outgoing calls
no test coverage detected