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

version 1.4, 2022/07/11 15:59:42 version 1.5, 2022/07/15 09:19:26
Line 11  void fwsync_sndpkt_handler(void *context, int pending) Line 11  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.4  
changed lines
  Added in v.1.5


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