view src/lib-storage/index/dbox-multi/mdbox-settings.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 a92389387cb7
children a94e1b560a80
line wrap: on
line source

#ifndef MDBOX_SETTINGS_H
#define MDBOX_SETTINGS_H

struct mdbox_settings {
	bool mdbox_preallocate_space;
	uoff_t mdbox_rotate_size;
	unsigned int mdbox_rotate_interval;
};

const struct setting_parser_info *mdbox_get_setting_parser_info(void);

#endif