Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9350 in orxonox.OLD for branches/proxy/src/lib/network/handshake.h


Ignore:
Timestamp:
Jul 20, 2006, 12:06:49 PM (18 years ago)
Author:
patrick
Message:

handshake now waits for ip list sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/handshake.h

    r9347 r9350  
    109109    int                hostId_handler;                        //!< host id handler
    110110    int                nodeTypeHandler;                       //!< node type handler
     111    int                proxy1Handler;                         //!< handler for the proxy
     112    int                proxy2Handler;                         //!< handler for the proxy
    111113
    112114    int                completed_handler;                     //!< handshake completion handler
     
    116118    int                nodeType;                              //!, the type of the network node
    117119
     120    int                proxyAddressesSynched;                 //!< number of addresses synched
     121
    118122};
    119123
Note: See TracChangeset for help on using the changeset viewer.