Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9295 in orxonox.OLD for branches/proxy/src/lib/network/monitor


Ignore:
Timestamp:
Jul 14, 2006, 2:26:33 PM (18 years ago)
Author:
patrick
Message:

extended the handshake structure to support synchronization of proxy server addresses

File:
1 edited

Legend:

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

    r9292 r9295  
    4949    inline void removeMasterServer(NetworkNode* node, PeerInfo* pInfo) { node->removeMasterServer(pInfo); }
    5050
     51    /* slots admin and info interface */
    5152    /** @returns the total number of players in this game (including all proxy servers etc)*/
    5253    inline int getPlayerNumber() { return this->playerNumber; }
Note: See TracChangeset for help on using the changeset viewer.