Changeset 5967 for source/ariba/overlay/OverlayBootstrap.h
- Timestamp:
- Aug 14, 2009, 6:44:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/OverlayBootstrap.h
r5860 r5967 90 90 91 91 void recordJoin(const EndpointDescriptor& _ep); 92 bool haveOverlayConnections(); 92 93 93 94 protected: … … 134 135 WatchdogTimer watchtimer; 135 136 void checkOverlayStatus(); 137 138 139 bool haveOverlayConnection; 140 boost::mutex haveOverlayConnectionMutex; 136 141 }; 137 142
Note:
See TracChangeset
for help on using the changeset viewer.