Changeset 2516:722d35a280a1 in roaraudio


Ignore:
Timestamp:
09/01/09 15:17:41 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

protocol numbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/client.h

    r704 r2516  
    3434#define ROAR_CLIENTS_MAX_STREAMS_PER_CLIENT 4 
    3535 
     36#define ROAR_PROTO_NONE             0 
     37#define ROAR_PROTO_ROARAUDIO        1 
     38#define ROAR_PROTO_ESOUND           2 
     39 
    3640struct roar_client { 
    3741 int fh; /* controll connection */ 
     
    4549 int streams[ROAR_CLIENTS_MAX_STREAMS_PER_CLIENT]; 
    4650 struct roar_acl_target * acl; 
     51 int proto; 
    4752}; 
    4853 
Note: See TracChangeset for help on using the changeset viewer.