Changeset 4678:8480af30c884 in roaraudio for roard/include


Ignore:
Timestamp:
12/22/10 01:34:40 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

convert select(){} into array looked up with for(){} for protocol in client check rutine

Location:
roard/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/include/client.h

    r4480 r4678  
    6969} * g_clients[ROAR_CLIENTS_MAX]; 
    7070 
     71struct roard_proto { 
     72 int proto; 
     73 int (*check_client)(int client, struct roar_vio_calls * vio); 
     74}; 
    7175 
    7276// basic functions 
  • roard/include/roard.h

    r4504 r4678  
    155155#ifdef ROAR_SUPPORT_LISTEN 
    156156int get_listen(struct roard_listen ** sock, char *** sockname); 
     157int add_listen (char * addr, int port, int sock_type, char * user, char * group, int proto, int dir, struct roar_audio_info * info); 
    157158#endif 
    158159 
Note: See TracChangeset for help on using the changeset viewer.