diff options
author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-12-12 01:05:55 +0000 |
---|---|---|
committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-12-12 01:05:55 +0000 |
commit | 1b6c815a3fd34f14c20d5cd627155799d1de535c (patch) | |
tree | 911f6ad44b383e1276bb0978cc658b8a2bfa3f50 /src/include/wt_internal.h | |
parent | ca6eee06ffdacc8e191987e64b3791740dad21e1 (diff) | |
parent | 1b812c0aa2fbab91e289642b0a8d02d65c879438 (diff) | |
download | mongo-1b6c815a3fd34f14c20d5cd627155799d1de535c.tar.gz |
Merge branch 'develop' into mongodb-3.6mongodb-3.5.1
Diffstat (limited to 'src/include/wt_internal.h')
-rw-r--r-- | src/include/wt_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/wt_internal.h b/src/include/wt_internal.h index dc3e3a0b6c0..e18563dd2d2 100644 --- a/src/include/wt_internal.h +++ b/src/include/wt_internal.h @@ -108,8 +108,8 @@ struct __wt_col_rle; typedef struct __wt_col_rle WT_COL_RLE; struct __wt_colgroup; typedef struct __wt_colgroup WT_COLGROUP; -struct __wt_compact; - typedef struct __wt_compact WT_COMPACT; +struct __wt_compact_state; + typedef struct __wt_compact_state WT_COMPACT_STATE; struct __wt_condvar; typedef struct __wt_condvar WT_CONDVAR; struct __wt_config; |