comparison src/lib-storage/index/dbox-multi/mdbox-storage.h @ 12320:b884441a713f

mdbox: Added mdbox_preallocate_space setting to preallocate size for newly created files.
author Timo Sirainen <tss@iki.fi>
date Wed, 20 Oct 2010 17:51:07 +0100
parents 3e51c846f293
children a2780b694b2d
comparison
equal deleted inserted replaced
12319:22c81f884032 12320:b884441a713f
37 has changed from this value) */ 37 has changed from this value) */
38 uint32_t corrupted_rebuild_count; 38 uint32_t corrupted_rebuild_count;
39 39
40 unsigned int corrupted:1; 40 unsigned int corrupted:1;
41 unsigned int rebuilding_storage:1; 41 unsigned int rebuilding_storage:1;
42 unsigned int preallocate_space:1;
42 }; 43 };
43 44
44 struct mdbox_mail_index_record { 45 struct mdbox_mail_index_record {
45 uint32_t map_uid; 46 uint32_t map_uid;
46 /* UNIX timestamp of when the message was saved/copied to this 47 /* UNIX timestamp of when the message was saved/copied to this