Changeset 2812:21e7c4381f54 in roaraudio for include/roaraudio/client.h


Ignore:
Timestamp:
09/29/09 17:59:27 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

moved struct roar_client from roaraudio/ to libroar/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/client.h

    r2618 r2812  
    5252#endif 
    5353 
    54 struct roar_client { 
    55  int fh; /* controll connection */ 
    56 // int last_stream; /* id of the last stream created */ 
    57  char name[ROAR_BUFFER_NAME]; 
    58  int pid; 
    59  int uid; 
    60  int gid; 
    61  char host[ROAR_BUFFER_NAME]; 
    62  int execed; 
    63  int streams[ROAR_CLIENTS_MAX_STREAMS_PER_CLIENT]; 
    64  struct roar_acl_target * acl; 
    65  int proto; 
    66  int byteorder; 
    67 }; 
    68  
    6954#endif 
    7055 
Note: See TracChangeset for help on using the changeset viewer.