Changeset 5448:1abc4bbf0a00 in roaraudio for roard


Ignore:
Timestamp:
03/25/12 01:31:18 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added more stuff to handle protocol specific instance data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/client.h

    r5381 r5448  
    7070 // may be used by protocols working directly on big data blocks to buffer a bit: 
    7171 struct roar_buffer * inbuf, * outbuf; 
     72 void * protoinst; 
    7273} * g_clients[ROAR_CLIENTS_MAX]; 
    7374 
     
    8081 struct roar_dl_lhandle * lhandle; 
    8182 int (*new_client)(int client, struct roar_vio_calls * vio, struct roard_listen * lsock); 
     83 int (*delete_client)(int client); 
    8284 int (*check_client)(int client, struct roar_vio_calls * vio); 
    8385 int (*flush_client)(int client, struct roar_vio_calls * vio); 
Note: See TracChangeset for help on using the changeset viewer.