summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/compact.h
blob: 96797f6b275c6c2044f4bbbaf87d61ed6335da0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*-
 * Copyright (c) 2014-2016 MongoDB, Inc.
 * Copyright (c) 2008-2014 WiredTiger, Inc.
 *	All rights reserved.
 *
 * See the file LICENSE for redistribution information.
 */

struct __wt_compact_state {
	uint32_t	lsm_count;	/* Number of LSM trees seen */
	uint32_t	file_count;	/* Number of files seen */
	uint64_t	max_time;	/* Configured timeout */

	struct timespec begin;		/* Starting time */
};