diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rule.h b/include/rule.h index 4ef24eb4..f8e61512 100644 --- a/include/rule.h +++ b/include/rule.h @@ -155,7 +155,7 @@ struct table { struct handle handle; struct location location; struct scope scope; - struct list_head *chain_htable; + struct list_head *cache_chain_ht; struct list_head chains; struct list_head sets; struct list_head objs; @@ -230,7 +230,7 @@ struct hook_spec { */ struct chain { struct list_head list; - struct list_head hlist; + struct list_head cache_hlist; struct handle handle; struct location location; unsigned int refcnt; |