Public Member Functions | |
| DHTStatsContext (bool measurementPhase, simtime_t requestTime, const OverlayKey &key) | |
Public Attributes | |
| bool | measurementPhase |
| simtime_t | requestTime |
| OverlayKey | key |
Definition at line 59 of file DHTTestApp.h.
| DHTTestApp::DHTTestApp::DHTStatsContext::DHTStatsContext | ( | bool | measurementPhase, | |
| simtime_t | requestTime, | |||
| const OverlayKey & | key | |||
| ) | [inline] |
Definition at line 66 of file DHTTestApp.h.
00068 : 00069 measurementPhase(measurementPhase), requestTime(requestTime), 00070 key(key) {}; };
| OverlayKey DHTTestApp::DHTTestApp::DHTStatsContext::key |
| bool DHTTestApp::DHTTestApp::DHTStatsContext::measurementPhase |
Definition at line 62 of file DHTTestApp.h.
Referenced by DHTTestApp::handleGetResponse(), and DHTTestApp::handlePutResponse().
| simtime_t DHTTestApp::DHTTestApp::DHTStatsContext::requestTime |
Definition at line 63 of file DHTTestApp.h.
Referenced by DHTTestApp::handleGetResponse(), and DHTTestApp::handlePutResponse().
1.5.8