Changeset 4686:ebb913191f38 in roaraudio for roard/include/client.h


Ignore:
Timestamp:
12/22/10 03:47:59 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some common code for client outbuf flushing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/client.h

    r4684 r4686  
    7777 int (*new_client)(int client, struct roar_vio_calls * vio, struct roard_listen * lsock); 
    7878 int (*check_client)(int client, struct roar_vio_calls * vio); 
     79 int (*flush_client)(int client, struct roar_vio_calls * vio); 
     80 int (*flushed_client)(int client, struct roar_vio_calls * vio); 
    7981}; 
    8082 
     
    104106int clients_check_all  (void); 
    105107int clients_check      (int id); 
     108int clients_flush      (int id); 
    106109int clients_send_mon   (struct roar_audio_info * sa, uint32_t pos); 
    107110int clients_send_filter(struct roar_audio_info * sa, uint32_t pos); 
     111 
     112int clients_add_output (int id, struct roar_buffer * buf); 
    108113 
    109114// proto support 
Note: See TracChangeset for help on using the changeset viewer.