Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9366 in orxonox.OLD


Ignore:
Timestamp:
Jul 20, 2006, 6:23:45 PM (18 years ago)
Author:
patrick
Message:

redirection flag also synched

File:
1 edited

Legend:

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

    r9365 r9366  
    5050  registerVar( new SynchronizeableIP( &this->proxy1, &this->proxy1, "proxy server 1", PERMISSION_MASTER_SERVER ) );
    5151  registerVar( new SynchronizeableIP( &this->proxy2, &this->proxy2, "proxy server 2", PERMISSION_MASTER_SERVER ) );
     52  registerVar( new SynchronizeableInt( &this->redirectProxy, &this->redirectProxy, "proxy server redirection flag", PERMISSION_MASTER_SERVER ) );
    5253
    5354
Note: See TracChangeset for help on using the changeset viewer.