Changeset 5316 for source/ariba/overlay/modules/onehop/OneHop.h
- Timestamp:
- Jul 24, 2009, 8:53:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/onehop/OneHop.h
r5151 r5316 90 90 91 91 /// @see OverlayInterface.h 92 virtual NodeList getKnownNodes( ) const;92 virtual NodeList getKnownNodes(bool deep = true) const; 93 93 94 94 /// @see CommunicationListener.h or @see OverlayInterface.h … … 110 110 typedef enum _OneHopState { 111 111 OneHopStateInvalid = 0, 112 OneHopStateJoinInitiated = 1, 113 OneHopStateJoinListingRequested = 2, 114 OneHopStateCompleted = 3, 112 OneHopStateCompleted = 1, 115 113 } OneHopState; 116 114 117 115 OneHopState state; 118 uint16_t pendingLinks; 119 LinkID bootstrapLink; 116 vector<LinkID> bootstrapLinks; 120 117 }; 121 118
Note:
See TracChangeset
for help on using the changeset viewer.