persistentstorage/sql/SRC/Server/SqlSrvSession.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
   133 	TInt								iDbResourceTestMode;	//Non-zero if this session is in test mode (memory leaks simulation/detection)
   133 	TInt								iDbResourceTestMode;	//Non-zero if this session is in test mode (memory leaks simulation/detection)
   134 	TInt								iFailedAllocNumber;		//The failing allocation number - If iDbResourceTestMode is OR-ed with 0x1000
   134 	TInt								iFailedAllocNumber;		//The failing allocation number - If iDbResourceTestMode is OR-ed with 0x1000
   135 	TBool								iDriveSpaceReserved;	//True if this session reserved drive space
   135 	TBool								iDriveSpaceReserved;	//True if this session reserved drive space
   136 	TBool								iDriveSpaceInUse;		//True if the client has been given an access to the reserved drive space
   136 	TBool								iDriveSpaceInUse;		//True if the client has been given an access to the reserved drive space
   137 	TDriveNumber 						iDrive;					//the drive number, where the database file is
   137 	TDriveNumber 						iDrive;					//the drive number, where the database file is
   138 	TUint                               iIpcCallCounter;
       
   139 #ifdef _SQLPROFILER
   138 #ifdef _SQLPROFILER
       
   139 	TUint                               iIpcCounter;                                   
   140     TSqlSrvIpcTraceData                 iIpcTraceData[KIpcTraceTypeCount];
   140     TSqlSrvIpcTraceData                 iIpcTraceData[KIpcTraceTypeCount];
   141 #endif
   141 #endif
   142 	};
   142 	};
   143 
   143 
   144 #include "SqlSrvSession.inl"
   144 #include "SqlSrvSession.inl"