Changeset 3690 for source/ariba/utility/types/OverlayParameterSet.h
- Timestamp:
- May 26, 2009, 1:40:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/types/OverlayParameterSet.h
r3689 r3690 1 // [Licen ce]1 // [License] 2 2 // The Ariba-Underlay Copyright 3 3 // … … 35 35 // official policies, either expressed or implied, of the Institute of 36 36 // Telematics. 37 // [Licen ce]37 // [License] 38 38 39 39 #ifndef OVERLAYPARAMETERSET_H_ … … 53 53 54 54 typedef enum _OverlayStructure { 55 OverlayStructureOneHop = 1,56 OverlayStructureChord = 2,57 OverlayStructureKademlia = 3,55 OverlayStructureOneHop = 0, 56 OverlayStructureChord = 1, 57 OverlayStructureKademlia = 2, 58 58 } OverlayStructure; 59 59 60 OverlayParameterSet(OverlayStructure _structure = OverlayStructure OneHop);60 OverlayParameterSet(OverlayStructure _structure = OverlayStructureChord); 61 61 virtual ~OverlayParameterSet(); 62 62
Note:
See TracChangeset
for help on using the changeset viewer.