summaryrefslogtreecommitdiffstats
path: root/src/lib-storage/index/dbox-multi/mdbox-settings.h
blob: 353da69618643c7f5200e1a3a88b8bd5e0f89bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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