Changeset 1139 for XIOS/dev/dev_olga/src/context_server.cpp
- Timestamp:
- 05/18/17 19:27:26 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_olga/src/context_server.cpp
r1130 r1139 225 225 { 226 226 finished=true; 227 // info(20)<<"Server Side context <"<<context->getId()<<"> finalized"<<endl; // moved to CContext::finalize()228 227 std::map<int, StdSize>::const_iterator itbMap = mapBufferSize_.begin(), 229 228 iteMap = mapBufferSize_.end(), itMap; … … 237 236 context->finalize(); 238 237 report(0)<< " Memory report : Context <"<<ctxId<<"> : server side : total memory used for buffer "<<totalBuf<<" bytes"<<endl; 238 } 239 else if (event.classId==CContext::GetType() && event.type==CContext::EVENT_ID_CONTEXT_POST_FINALIZE) 240 { 241 info(20)<<"Server side context <"<<context->getId()<<"> finalized."<<endl; 242 context->postFinalize(); 239 243 } 240 244 else if (event.classId==CContext::GetType()) CContext::dispatchEvent(event);
Note: See TracChangeset
for help on using the changeset viewer.