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

version 1.5, 2022/07/15 09:19:26 version 1.6, 2022/08/03 17:07:07
Line 8 Line 8
   
 void fwsync_sndpkt_handler(void *context, int pending);  void fwsync_sndpkt_handler(void *context, int pending);
   
int fwsync_state_handler(const void *arg);int fwsync_state_handler(const void *arg, const void *extdata);
int fwsync_alias_handler(const void *arg);int fwsync_alias_handler(const void *arg, const void *extdata);
   
 int fwsync_add_state(const struct fws_proto *pkt);  int fwsync_add_state(const struct fws_proto *pkt);
 int fwsync_add_alias(const struct fws_proto *pkt);  int fwsync_add_alias(const struct fws_proto *pkt);

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


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