File:  [ELWIX - Embedded LightWeight unIX -] / fwsync / driver / fwsync_workers.h
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Fri Jul 15 09:19:26 2022 UTC (22 months, 1 week ago) by misho
Branches: MAIN
CVS tags: HEAD
move routines to another file

/*************************************************************************
* (C) 2022 CloudSigma AG - Sofia/Bulgaria
*  by Michael Pounov <misho@elwix.org>
**************************************************************************/
#ifndef __FWSYNC_WORKERS_H
#define __FWSYNC_WORKERS_H


void fwsync_sndpkt_handler(void *context, int pending);

int fwsync_state_handler(const void *arg);
int fwsync_alias_handler(const void *arg);

int fwsync_add_state(const struct fws_proto *pkt);
int fwsync_add_alias(const struct fws_proto *pkt);


#endif

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