Changeset 4683:9d58aba09f3e in roaraudio for roard/include/client.h


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

do not kick clients of registered protos on connect...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/client.h

    r4679 r4683  
    6969} * g_clients[ROAR_CLIENTS_MAX]; 
    7070 
     71struct roard_listen; 
     72 
    7173struct roard_proto { 
    7274 int proto; 
     75 int (*new_client)(int client, struct roar_vio_calls * vio, struct roard_listen * lsock); 
    7376 int (*check_client)(int client, struct roar_vio_calls * vio); 
    7477}; 
     78 
     79#define MAX_PROTOS 8 
     80struct roard_proto g_proto[MAX_PROTOS]; 
    7581 
    7682// basic functions 
Note: See TracChangeset for help on using the changeset viewer.