summaryrefslogtreecommitdiff
path: root/test/format/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/format/format.h')
-rw-r--r--test/format/format.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/format/format.h b/test/format/format.h
index 820bc020c9b..c1f4875dbb2 100644
--- a/test/format/format.h
+++ b/test/format/format.h
@@ -140,6 +140,7 @@ typedef struct {
char *config_open; /* Command-line configuration */
uint32_t c_abort; /* Config values */
+ uint32_t c_alter;
uint32_t c_auto_throttle;
uint32_t c_backups;
uint32_t c_bitcnt;
@@ -242,7 +243,7 @@ typedef struct {
} GLOBAL;
extern GLOBAL g;
-typedef struct WT_COMPILER_TYPE_ALIGN(WT_CACHE_LINE_ALIGNMENT) {
+typedef struct {
WT_RAND_STATE rnd; /* thread RNG state */
uint64_t search; /* operations */
@@ -276,6 +277,7 @@ void bdb_remove(uint64_t, int *);
void bdb_update(const void *, size_t, const void *, size_t);
#endif
+void *alter(void *);
void *backup(void *);
void *compact(void *);
void config_clear(void);