Diff for /fwsync/patches/ip_fw_private_h.patch between versions 1.1 and 1.2

version 1.1, 2022/06/22 13:01:55 version 1.2, 2022/07/04 12:18:33
Line 6  index 56624209e4c..2074d3f8d35 100644 Line 6  index 56624209e4c..2074d3f8d35 100644
     
  struct tables_config;   struct tables_config;
     
+typedef int (*ipfw_hook_t)(const void *arg);+typedef int (*ipfw_hook_t)(void *arg);
 +/* callback hooks for notify on update of internal states and aliases */  +/* callback hooks for notify on update of internal states and aliases */
 +VNET_DECLARE(ipfw_hook_t, hook_state);  +VNET_DECLARE(ipfw_hook_t, hook_state);
 +#define V_hook_state           VNET(hook_state)  +#define V_hook_state           VNET(hook_state)

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


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