SenseApiDesc: Rename SalmanoffCallbacks=> SmoCallbacks

This commit is contained in:
2025-09-04 17:45:11 -04:00
parent e5a3c41c20
commit 26be261cff
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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);