File:  [ELWIX - Embedded LightWeight unIX -] / fwsync / driver / fwsync_workers.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 29 19:44:58 2022 UTC (22 months, 2 weeks ago) by misho
Branches: MAIN
CVS tags: HEAD
entirely redesign of collector network engine

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


void fwsync_sndpkt_state(void *context, int pending);

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


#endif

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