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
  • plugins/universal/protocol-echo.c

    r5193 r5275  
    5757 
    5858static struct roard_proto proto[1] = { 
    59  {ROAR_PROTO_ECHO, NULL, check_client, NULL, NULL} 
     59 {ROAR_PROTO_ECHO, ROAR_SUBSYS_NONE, "Send all data send to the server back to the client", NULL, check_client, NULL, NULL} 
    6060}; 
    6161 
     
    6363 
    6464ROAR_DL_PLUGIN_START(roard_echo_protocol) { 
     65 ROARD_DL_CHECK_VERSIONS(); 
     66 
     67 libname.license = "GPL-3.0"; 
     68 
    6569 ROARD_DL_REGFN_PROTO(); 
    6670} ROAR_DL_PLUGIN_END 
Note: See TracChangeset for help on using the changeset viewer.