Diff for /fwsync/driver/Attic/fwsync_utils.h between versions 1.2 and 1.3

version 1.2, 2022/07/15 10:46:17 version 1.3, 2022/08/03 17:07:07
Line 6 Line 6
 #define __FWSYNC_UTILS_H  #define __FWSYNC_UTILS_H
   
   
__inline uint32_t fwsync_hash_packet(const struct ipfw_flow_id *id);#if 0
__inline uint32_t fwsync_hash_parent(const struct ipfw_flow_id *id, const void *rule);uint32_t fwsync_hash_packet(const struct ipfw_flow_id *id);
__inline uint32_t fwsync_hash_packet6(const struct ipfw_flow_id *id);uint32_t fwsync_hash_parent(const struct ipfw_flow_id *id, const void *rule);
 uint32_t fwsync_hash_packet6(const struct ipfw_flow_id *id);
 #endif
   
   
 #endif  #endif

Removed from v.1.2  
changed lines
  Added in v.1.3


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