Changeset 4678:8480af30c884 in roaraudio for roard/include/client.h


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

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.