Function reload
pub fn reload(config: &Config) -> Result<KernelModuleHandle>Available on Linux or Android only.
Expand description
Reloads the kernel module with the given configuration.
If the module is already loaded, it is forcefully unloaded.
pub fn reload(config: &Config) -> Result<KernelModuleHandle>Reloads the kernel module with the given configuration.
If the module is already loaded, it is forcefully unloaded.