Ignore:
Timestamp:
Jul 24, 2009, 8:53:41 PM (15 years ago)
Author:
Christoph Mayer
Message:

merge from bootstrap branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/messages/OverlayMsg.h

    r5151 r5316  
    7070                typeJoinReply = 3, ///< join reply
    7171                typeUpdate = 4, ///< update message for link association
    72                 typeBye = 5, ///< leave (no encapsulated messages)
    73                 typeLinkRequest = 6, ///< link request (sent over the overlay)
    74                 typeRelay = 7, ///< relay message
    75                 typeKeepAlive = 8, ///< a keep-alive message
    76                 typeDirectLink = 9,
     72                typeLinkRequest = 5, ///< link request (sent over the overlay)
     73                typeRelay = 6, ///< relay message
     74                typeKeepAlive = 7, ///< a keep-alive message
     75                typeDirectLink = 8,
    7776        ///< a direct connection has been established
    7877        };
Note: See TracChangeset for help on using the changeset viewer.