Changeset 5275:811818eb5b81 in roaraudio for roard/include/client.h


Ignore:
Timestamp:
11/19/11 22:54:26 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Improved plugin loader a lot (Closes: #190)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/client.h

    r5192 r5275  
    7676struct roard_proto { 
    7777 int proto; 
     78 int subsystems; 
     79 const char * description; 
    7880 int (*new_client)(int client, struct roar_vio_calls * vio, struct roard_listen * lsock); 
    7981 int (*check_client)(int client, struct roar_vio_calls * vio); 
     
    114116 
    115117// proto support 
    116 int clients_register_proto(struct roard_proto * proto); 
     118int clients_register_proto  (struct roard_proto * proto); 
     119int clients_unregister_proto(int proto); 
     120void print_protolist        (enum output_format format); 
    117121 
    118122// stream functions 
Note: See TracChangeset for help on using the changeset viewer.