fs-api-private.h (dovecot-2.3.16) | : | fs-api-private.h (dovecot-2.3.17) | ||
---|---|---|---|---|
skipping to change at line 144 | skipping to change at line 144 | |||
struct timeval timing_start[FS_OP_COUNT]; | struct timeval timing_start[FS_OP_COUNT]; | |||
bool write_pending:1; | bool write_pending:1; | |||
bool writing_stream:1; | bool writing_stream:1; | |||
bool metadata_changed:1; | bool metadata_changed:1; | |||
bool read_or_prefetch_counted:1; | bool read_or_prefetch_counted:1; | |||
bool lookup_metadata_counted:1; | bool lookup_metadata_counted:1; | |||
bool stat_counted:1; | bool stat_counted:1; | |||
bool copy_counted:1; | ||||
bool istream_open:1; | bool istream_open:1; | |||
bool last_error_changed:1; | bool last_error_changed:1; | |||
}; | }; | |||
struct fs_lock { | struct fs_lock { | |||
struct fs_file *file; | struct fs_file *file; | |||
}; | }; | |||
struct fs_iter { | struct fs_iter { | |||
/* linked list of all iters */ | /* linked list of all iters */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |