File:  [ELWIX - Embedded LightWeight unIX -] / fwsync / driver / fwsync_workers.h
Revision 1.8: download - view: text, annotated - select for diffs - revision graph
Sat Aug 13 18:22:55 2022 UTC (21 months, 3 weeks ago) by misho
Branches: MAIN
CVS tags: HEAD
prepare sync code

    1: /*************************************************************************
    2: * (C) 2022 CloudSigma AG - Sofia/Bulgaria
    3: *  by Michael Pounov <misho@elwix.org>
    4: **************************************************************************/
    5: #ifndef __FWSYNC_WORKERS_H
    6: #define __FWSYNC_WORKERS_H
    7: 
    8: 
    9: void fwsync_sndpkt_handler(void *context, int pending);
   10: 
   11: int fwsync_state_handler(const void *arg, const void *extdata);
   12: int fwsync_alias_handler(const void *arg, const void *extdata);
   13: 
   14: int fwsync_add_state(const struct fws_proto *pkt);
   15: int fwsync_add_alias(const struct fws_proto *pkt);
   16: 
   17: int fwsync_state_sync(const void *arg, const void *extdata);
   18: int fwsync_alias_sync(const void *arg, const void *extdata);
   19: 
   20: 
   21: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>