OSSP CVS Repository

ossp - ossp-pkg/sio/sio_module.h 1.1
Not logged in
[Honeypot]  [Browse]  [Directory]  [Home]  [Login
[Reports]  [Search]  [Ticket]  [Timeline
  [Raw

ossp-pkg/sio/sio_module.h 1.1
struct sio_module_st {
    const char *name;
    sio_rc_t (*init)      (sio_t *, void **);
    sio_rc_t (*configure) (sio_t *, void *, void *, void *);
    sio_rc_t (*cleanup)   (sio_t *, void *);
    sio_rc_t (*open)      (sio_t *, void *);
    sio_rc_t (*close)     (sio_t *, void *);
    sio_rc_t (*input)     (sio_t *, al_t *, void *);
    sio_rc_t (*output)    (sio_t *, al_t *, void *);
};


CVSTrac 2.0.1