summaryrefslogtreecommitdiff
path: root/src/include/wt_internal.h
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2014-07-15 15:19:42 -0400
committerSusan LoVerso <sue@wiredtiger.com>2014-07-15 15:19:42 -0400
commit8eb0295343da1c79968d8f7188b4ad1a81b84375 (patch)
tree045b3a5f69e9cf83a1feb85f0465a637860f5939 /src/include/wt_internal.h
parent79d260b70583393fe9d0def376490c66ec16a1d1 (diff)
downloadmongo-8eb0295343da1c79968d8f7188b4ad1a81b84375.tar.gz
Add log cursors. #1106
Diffstat (limited to 'src/include/wt_internal.h')
-rw-r--r--src/include/wt_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/wt_internal.h b/src/include/wt_internal.h
index b60d7f8ce28..4c682c553c1 100644
--- a/src/include/wt_internal.h
+++ b/src/include/wt_internal.h
@@ -129,6 +129,8 @@ struct __wt_cursor_index;
typedef struct __wt_cursor_index WT_CURSOR_INDEX;
struct __wt_cursor_json;
typedef struct __wt_cursor_json WT_CURSOR_JSON;
+struct __wt_cursor_log;
+ typedef struct __wt_cursor_log WT_CURSOR_LOG;
struct __wt_cursor_lsm;
typedef struct __wt_cursor_lsm WT_CURSOR_LSM;
struct __wt_cursor_metadata;
@@ -179,8 +181,6 @@ struct __wt_lsm_worker_args;
typedef struct __wt_lsm_worker_args WT_LSM_WORKER_ARGS;
struct __wt_lsm_worker_cookie;
typedef struct __wt_lsm_worker_cookie WT_LSM_WORKER_COOKIE;
-struct __wt_lsn;
- typedef struct __wt_lsn WT_LSN;
struct __wt_multi;
typedef struct __wt_multi WT_MULTI;
struct __wt_named_collator;