예제 #1
0
파일: test.cpp 프로젝트: acw1251/connectal
 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
파일: test.cpp 프로젝트: 8l/connectal
 virtual void idResponse(uint32_t sglId){
   portalMemory->sglIdResp(sglId);
 }