Changeset 6919 for source/ariba/utility/measurement
- Timestamp:
- Nov 13, 2009, 1:41:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/measurement/PathloadMeasurement.cpp
r5412 r6919 45 45 46 46 PathloadMeasurement::PathloadMeasurement(BaseOverlay* _overlay) 47 : running( false ), resultNode( NodeID::UNSPECIFIED ),48 listener( NULL),serverpid( -1 ) {47 : running( false ), listener( NULL), resultNode( NodeID::UNSPECIFIED ), 48 serverpid( -1 ) { 49 49 50 50 if( _overlay != NULL ) // this is important due to the singleton interface! … … 142 142 char buf[128]; 143 143 string content = ""; 144 bool failed = true;144 // bool failed = true; 145 145 146 146 while( fgets(buf, 100, stream) != NULL ){
Note:
See TracChangeset
for help on using the changeset viewer.