summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/compact.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/compact.h')
-rw-r--r--src/third_party/wiredtiger/src/include/compact.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/include/compact.h b/src/third_party/wiredtiger/src/include/compact.h
index 2bba52e7173..96797f6b275 100644
--- a/src/third_party/wiredtiger/src/include/compact.h
+++ b/src/third_party/wiredtiger/src/include/compact.h
@@ -6,8 +6,10 @@
* See the file LICENSE for redistribution information.
*/
-struct __wt_compact {
+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 */
};