summaryrefslogtreecommitdiff
path: root/src/include/wt_internal.h
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-08-27 16:04:25 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2014-08-27 16:04:25 +1000
commita31f7067b918283047a3a784763b4015e4197d6e (patch)
tree02f181df26c1f7ee092e84074e06dffd264060db /src/include/wt_internal.h
parent43bf69e5ec468d60c34588ef765748f70e4ae9fe (diff)
parent2b001bf983984be7f2ca78654a2f32f184afba2e (diff)
downloadmongo-a31f7067b918283047a3a784763b4015e4197d6e.tar.gz
Merge branch 'develop' into lsm-shared-workers
Conflicts: dist/api_data.py src/config/config_def.c src/docs/upgrading.dox src/include/flags.h src/include/wiredtiger.in
Diffstat (limited to 'src/include/wt_internal.h')
-rw-r--r--src/include/wt_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/wt_internal.h b/src/include/wt_internal.h
index 024e646496c..f8d1933a7ac 100644
--- a/src/include/wt_internal.h
+++ b/src/include/wt_internal.h
@@ -149,6 +149,8 @@ struct __wt_dsrc_stats;
typedef struct __wt_dsrc_stats WT_DSRC_STATS;
struct __wt_evict_entry;
typedef struct __wt_evict_entry WT_EVICT_ENTRY;
+struct __wt_evict_worker;
+ typedef struct __wt_evict_worker WT_EVICT_WORKER;
struct __wt_ext;
typedef struct __wt_ext WT_EXT;
struct __wt_extlist;