Changeset 4326:c53e2ed183a2 in roaraudio for roard/include/client.h


Ignore:
Timestamp:
09/08/10 01:30:26 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use new roar_client_server struct for clients in roard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/client.h

    r3927 r4326  
    4747*/ 
    4848 
    49 struct roar_client * g_clients[ROAR_CLIENTS_MAX]; 
     49struct roar_client_server { 
     50 struct roar_client _client; 
     51} * g_clients[ROAR_CLIENTS_MAX]; 
    5052 
    5153 
Note: See TracChangeset for help on using the changeset viewer.