mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
vacuum: remove struct vacuum_tuning_data (unused)
(This used to be ctdb commit 1f62afbe1ae0b3e7dbad4081d1b51e3ab6ee5c39)
This commit is contained in:
parent
9cae401943
commit
1ca3abc5ba
@ -82,16 +82,6 @@ struct vacuum_data {
|
||||
uint32_t full_total;
|
||||
};
|
||||
|
||||
/* tuning information stored for every db */
|
||||
struct vacuum_tuning_data {
|
||||
uint32_t last_num_repack;
|
||||
uint32_t last_num_empty;
|
||||
uint32_t last_interval;
|
||||
uint32_t new_interval;
|
||||
struct timeval last_start;
|
||||
double last_duration;
|
||||
};
|
||||
|
||||
/* this structure contains the information for one record to be deleted */
|
||||
struct delete_record_data {
|
||||
struct ctdb_context *ctdb;
|
||||
|
Loading…
x
Reference in New Issue
Block a user