diff options
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r-- | g10/tdbio.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/tdbio.h b/g10/tdbio.h index 91a73efe6..26503dc0d 100644 --- a/g10/tdbio.h +++ b/g10/tdbio.h @@ -50,7 +50,7 @@ struct trust_record { ulong recnum; union { struct { /* version record: */ - byte version; /* should be 3 */ + byte version; /* should be 3 */ byte marginals; byte completes; byte cert_depth; @@ -84,6 +84,8 @@ struct trust_record { byte namehash[20]; ulong next; byte validity; + byte full_count; + byte marginal_count; } valid; } r; }; |