X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/5913c95f2c7abf4c3cb06e27d384d80fb4c83547..501b09dd94d46430a2463ac5fba7608b0be59005:/keystructs.h?ds=inline diff --git a/keystructs.h b/keystructs.h index ec1d555..e145fdf 100644 --- a/keystructs.h +++ b/keystructs.h @@ -95,6 +95,7 @@ struct stats_key { uint64_t parent; struct ll *sigs; bool gotsigs; + bool disabled; }; #endif /* __KEYSTRUCTS_H__ */