blob: aa34eab4d24ccc70caa8824653154f2b0df38704 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*-
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
* See the file LICENSE for redistribution information.
*/
struct __wt_compact {
uint32_t lsm_count; /* Number of LSM trees seen */
uint32_t file_count; /* Number of files seen */
uint64_t max_time; /* Configured timeout */
};
|