summaryrefslogtreecommitdiff
path: root/test/format/format.h
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-03-25 08:19:12 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2016-03-25 08:19:12 +1100
commit43e885a0f9a3ad046eae1726b005ca1280624be3 (patch)
treef03d31a7b36c476484f26ea5259777aeb7b13201 /test/format/format.h
parent5cdd3e320cb19cd54111c2572a3d6e33d3009ad4 (diff)
parent9cf8eb2f15c6df7da90c19c86ccf7516ed126183 (diff)
downloadmongodb-3.2.5.tar.gz
Merge branch 'mongodb-3.4' into mongodb-3.2mongodb-3.2.5
Diffstat (limited to 'test/format/format.h')
-rw-r--r--test/format/format.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/test/format/format.h b/test/format/format.h
index 41c9de3dd30..a129c5395fd 100644
--- a/test/format/format.h
+++ b/test/format/format.h
@@ -109,6 +109,7 @@ typedef struct {
char *home; /* Home directory */
char *home_backup; /* Hot-backup directory */
+ char *home_backup2; /* Saved Hot-backup directory */
char *home_backup_init; /* Initialize backup command */
char *home_bdb; /* BDB directory */
char *home_config; /* Run CONFIG file path */
@@ -142,7 +143,6 @@ typedef struct {
FILE *logfp; /* Log file */
int replay; /* Replaying a run. */
- int track; /* Track progress */
int workers_finished; /* Operations completed */
pthread_rwlock_t backup_lock; /* Hot backup running */
@@ -210,6 +210,7 @@ typedef struct {
uint32_t c_merge_max;
uint32_t c_mmap;
uint32_t c_ops;
+ uint32_t c_quiet;
uint32_t c_prefix_compression;
uint32_t c_prefix_compression_min;
uint32_t c_repeat_data_pct;
@@ -334,12 +335,6 @@ void wts_salvage(void);
void wts_stats(void);
void wts_verify(const char *);
-void die(int, const char *, ...)
-#if defined(__GNUC__)
-__attribute__((__noreturn__))
-#endif
-;
-
/*
* mmrand --
* Return a random value between a min/max pair.