Diff for /fwsync/driver/fwsync_workers.h between versions 1.1.1.1 and 1.5

version 1.1.1.1, 2022/06/22 13:01:55 version 1.5, 2022/07/15 09:19:26
Line 6 Line 6
 #define __FWSYNC_WORKERS_H  #define __FWSYNC_WORKERS_H
   
   
   void fwsync_sndpkt_handler(void *context, int pending);
   
 int fwsync_state_handler(const void *arg);  int fwsync_state_handler(const void *arg);
 int fwsync_alias_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  #endif

Removed from v.1.1.1.1  
changed lines
  Added in v.1.5


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