Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9248 in orxonox.OLD for branches/proxy/src/lib/network/netdefs.h


Ignore:
Timestamp:
Jul 12, 2006, 10:35:26 AM (18 years ago)
Author:
patrick
Message:

starting switch to multiple server states (proxy, master, client,..)

File:
1 edited

Legend:

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

    r9246 r9248  
    2727//!< enum indicating the type of the node
    2828typedef enum {
    29   NET_SERVER,
    30   NET_CLIENT
     29  NET_MASTER_SERVER,
     30  NET_PROXY_SERVER,
     31  NET_CLIENT,
     32
     33  NET_NR_TYPES
     34
    3135} NodeType;
    3236
Note: See TracChangeset for help on using the changeset viewer.