Changeset 2812:21e7c4381f54 in roaraudio


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/

Location:
include
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r2648 r2812  
    8989#include "stack.h" 
    9090#include "buffer.h" 
     91#include "nnode.h" 
    9192#include "vio_ctl.h" 
    9293#include "vio.h" 
     
    104105// dstr needs to have access to all other VIOs, so it must be included last 
    105106#include "vio_dstr.h" 
     107#include "client.h" 
    106108#include "basic.h" 
    107109#include "stream.h" 
  • 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.