X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keystructs.h;fp=keystructs.h;h=e145fdf7af1b7a15ff744123ef3b6cff18f8162c;hb=e3ee7975fc8f8b343390272663b8c644030b17c1;hp=ec1d55556719b1f758c2d660095bdc1506c6a47c;hpb=f830858154d6bf294a06cb79fb219b6404cb4295;p=onak.git 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__ */