Changeset 5734:3c50beea56d4 in roaraudio for include


Ignore:
Timestamp:
11/07/12 13:24:58 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated list of FNs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roardl.h

    r5606 r5734  
    6060#define ROAR_DL_FN_AUTH                 7 /* Auth */ 
    6161#define ROAR_DL_FN_BRIDGE               8 /* Bridges, roard? */ 
    62 #define ROAR_DL_FN_ROARDSCHED           9 /* Like appsched, but roard specific, old */ 
    63 #define ROAR_DL_FN_APPSCHED            10 /* AppSched, old interface */ 
    64 #define ROAR_DL_FN_PROTO               11 /* Protocols, roard? */ 
     62#define ROAR_DL_FN_ROARDSCHED           9 /* legacy, roard: Like appsched, but roard specific, old */ 
     63#define ROAR_DL_FN_APPSCHED            10 /* legacy: AppSched, old interface */ 
     64#define ROAR_DL_FN_PROTO               11 /* CPI, roard: Protocols */ 
    6565#define ROAR_DL_FN_NOTIFY              12 /* ??? */ 
    6666#define ROAR_DL_FN_INIT                13 /* global plugin instance init. should be avoided */ 
    6767#define ROAR_DL_FN_REGFN               14 /* FN Registrations */ 
    6868#define ROAR_DL_FN_APPLICATION         15 /* Application specific stuff */ 
     69#define ROAR_DL_FN_SERVICE             16 /* CSI: Services */ 
    6970//#define ROAR_DL_FN_               9 
    7071#define ROAR_DL_FN_MAX                 24 
Note: See TracChangeset for help on using the changeset viewer.