connectivitylayer/isce/p2prouter_dll/inc/p2puserchannel.h
changeset 9 8486d82aef45
parent 0 63b37f68c1ce
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
   247             TUint8          iShCount;
   247             TUint8          iShCount;
   248             // Size of the ring buffer. Write only in constructor.
   248             // Size of the ring buffer. Write only in constructor.
   249             TUint8          iSize;
   249             TUint8          iSize;
   250             // Guards internal states of this class.
   250             // Guards internal states of this class.
   251             NFastMutex*     iQueueMutex;
   251             NFastMutex*     iQueueMutex;
   252             // Ring buffer must be as big as we have request. TODO: is there a danger to get more request..?
   252             // Ring buffer must be as big as we have request.  is there a danger to get more request..?
   253             TP2PReq         iShReqRingBuffer[ EP2PLastAsyncRequest ];
   253             TP2PReq         iShReqRingBuffer[ EP2PLastAsyncRequest ];
   254             // Active / Deactive requests are kept in list to make finding easier.
   254             // Active / Deactive requests are kept in list to make finding easier.
   255             TRequestStatus* iShReqList[ EP2PLastAsyncRequest ];
   255             TRequestStatus* iShReqList[ EP2PLastAsyncRequest ];
   256 
   256 
   257         };
   257         };