Changeset 5444:16e2c85d3671 in roaraudio for plugins


Ignore:
Timestamp:
03/25/12 03:11:30 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

ported some plugins to the new interface

Location:
plugins/universal
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/protocol-daytime.c

    r5434 r5444  
    5959 
    6060static struct roard_proto proto[1] = { 
    61  {ROAR_PROTO_DAYTIME, ROAR_SUBSYS_NONE, "The Internet daytime protocol", NULL, new_client, NULL, NULL, flushed_client} 
     61 {ROAR_PROTO_DAYTIME, ROAR_SUBSYS_NONE, "The Internet daytime protocol", NULL, new_client, NULL, NULL, NULL, flushed_client} 
    6262}; 
    6363 
  • plugins/universal/protocol-discard.c

    r5434 r5444  
    4242 
    4343static struct roard_proto proto[1] = { 
    44  {ROAR_PROTO_DISCARD, ROAR_SUBSYS_NONE, "Discard all data send to the server", NULL, NULL, check_client, NULL, NULL} 
     44 {ROAR_PROTO_DISCARD, ROAR_SUBSYS_NONE, "Discard all data send to the server", NULL, NULL, NULL, check_client, NULL, NULL} 
    4545}; 
    4646 
  • plugins/universal/protocol-echo.c

    r5434 r5444  
    5757 
    5858static struct roard_proto proto[1] = { 
    59  {ROAR_PROTO_ECHO, ROAR_SUBSYS_NONE, "Send all data send to the server back to the client", NULL, NULL, check_client, NULL, NULL} 
     59 {ROAR_PROTO_ECHO, ROAR_SUBSYS_NONE, "Send all data send to the server back to the client", NULL, NULL, NULL, check_client, NULL, NULL} 
    6060}; 
    6161 
Note: See TracChangeset for help on using the changeset viewer.