diff options
Diffstat (limited to 'contrib/unbound/services/mesh.h')
-rw-r--r-- | contrib/unbound/services/mesh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/unbound/services/mesh.h b/contrib/unbound/services/mesh.h index fd17c05da6d4..f19f423a8cd3 100644 --- a/contrib/unbound/services/mesh.h +++ b/contrib/unbound/services/mesh.h @@ -131,6 +131,8 @@ struct mesh_area { size_t ans_secure; /** (extended stats) bogus replies */ size_t ans_bogus; + /** (extended stats) number of validation operations */ + size_t val_ops; /** (extended stats) rcodes in replies */ size_t ans_rcode[UB_STATS_RCODE_NUM]; /** (extended stats) rcode nodata in replies */ |