30 std::lock_guard<std::mutex> lg(
mutex_);
32 auto itr =
backends_.find(controller_module);
This is the header file for a generated source file, GitSHA1.cpp.
AccessPointBackend * get_backend(const std::string &controller_module)
Get the AccessPointBackend that supports the given controller_module.
std::map< std::string, AccessPointBackend * > backends_
The various backend for various type of AccessPoint.