Changeset 5532 for source/ariba/utility
- Timestamp:
- Jul 31, 2009, 1:35:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/modules/periodicbroadcast/PeriodicBroadcast.cpp
r5531 r5532 149 149 for( ; i != iend; i++ ){ 150 150 151 if( time(NULL) > (i->second. lastseen + 1000) ){151 if( time(NULL) > (i->second.getLastseen() + servicetimeout) ){ 152 152 remoteServices.erase( i ); 153 153 deleted = true;
Note:
See TracChangeset
for help on using the changeset viewer.