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

version 1.6, 2022/08/03 17:07:07 version 1.8, 2022/08/13 18:22:55
Line 14  int fwsync_alias_handler(const void *arg, const void * Line 14  int fwsync_alias_handler(const void *arg, const void *
 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);
   
   int fwsync_state_sync(const void *arg, const void *extdata);
   int fwsync_alias_sync(const void *arg, const void *extdata);
   
   
 #endif  #endif

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


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