diff options
Diffstat (limited to 'xlators/lib/src/libxlator.h')
-rw-r--r-- | xlators/lib/src/libxlator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/lib/src/libxlator.h b/xlators/lib/src/libxlator.h index be8a0093695..0187e876bda 100644 --- a/xlators/lib/src/libxlator.h +++ b/xlators/lib/src/libxlator.h @@ -47,6 +47,10 @@ struct marker_str { unsigned has_xtime:1; int32_t enoent_count; int32_t enotconn_count; + int32_t enodata_count; + int32_t noxtime_count; + + int esomerr; xlator_specf_unwind_t xl_specf_unwind; void *xl_local; |