Пример #1
0
 virtual void idResponse(uint32_t sglId){
   fprintf(stderr, "MMUIndication::idResponse: %x\n", sglId);
   if (portalMemory)
     portalMemory->sglIdResp(sglId);
   this->sglId = sglId;
   sem_post(&sem);
 }
Пример #2
0
 virtual void idResponse(uint32_t sglId){
   portalMemory->sglIdResp(sglId);
 }