SenseApiMgr: add initialize/finalizeAllSenseApiLibs()
Also, SenseApiDesc: initializeInd() now takes void. We no longer try to pass a struct of marionette-role ops into the libs. We'll be using message queueing for the handshake side of async calls now.
This commit is contained in:
@@ -41,9 +41,8 @@ const CSenseApiDesc *HK_GET_SENSE_API_DESC_FN_NAME(void)
|
||||
}
|
||||
|
||||
static sal_mlo_initializeIndFn xcbXorg_initializeInd;
|
||||
int xcbXorg_initializeInd(Csal_mgmt_hkOps *hkOps)
|
||||
int xcbXorg_initializeInd(void)
|
||||
{
|
||||
(void)hkOps;
|
||||
std::cerr << "XcbXorg::sal_mlo_initializeInd\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user