Annotation of fwsync/driver/fwsync_workers.h, revision 1.2

1.1       misho       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: 
1.2     ! misho       9: void fwsync_sndpkt_state(void *context, int pending);
        !            10: 
        !            11: int fwsync_state_handler(void *arg);
        !            12: int fwsync_alias_handler(void *arg);
1.1       misho      13: 
                     14: 
                     15: #endif

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