MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Functions | |
bool | set_network_namespace (const std::string &network_namespace) |
Set active network namespace specified by a name. More... | |
bool | restore_original_network_namespace () |
Restore original network namespace used to be active before a new network namespace has been set. More... | |
void | release_network_namespace_resources () |
Close file descriptors for every opened network namespace file and release a memory used by internal cache of opened network namespaces. More... | |
void release_network_namespace_resources | ( | ) |
Close file descriptors for every opened network namespace file and release a memory used by internal cache of opened network namespaces.
bool restore_original_network_namespace | ( | ) |
Restore original network namespace used to be active before a new network namespace has been set.
bool set_network_namespace | ( | const std::string & | network_namespace | ) |
Set active network namespace specified by a name.
network_namespace | the name of a network namespace to be set active |