SenseApiDesc: Rename SalmanoffCallbacks=> SmoCallbacks
This commit is contained in:
@@ -69,7 +69,7 @@ static std::optional<std::string> searchForLibInSmoSearchPaths(
|
||||
/* Hooks to be provided to senseApiLibs, enabling them to call into Salmanoff
|
||||
* code.
|
||||
*/
|
||||
static SalmanoffCallbacks salmanoffCallbacks =
|
||||
static SmoCallbacks smoCallbacks =
|
||||
{
|
||||
.searchForLibInSmoSearchPaths = searchForLibInSmoSearchPaths
|
||||
};
|
||||
@@ -135,7 +135,7 @@ SenseApiLib& SenseApiManager::loadSenseApiLib(
|
||||
}
|
||||
|
||||
const SenseApiDesc &libApiDesc = func(
|
||||
salmanoffCallbacks, smoThreadingModelDesc);
|
||||
smoCallbacks, smoThreadingModelDesc);
|
||||
|
||||
auto lib = std::make_shared<SenseApiLib>(
|
||||
libraryPath, dlopen_handle.release(), func);
|
||||
|
||||
Reference in New Issue
Block a user