summaryrefslogtreecommitdiff
path: root/examples/c/ex_async.c
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2014-05-22 14:12:00 -0400
committerSusan LoVerso <sue@wiredtiger.com>2014-05-22 14:12:00 -0400
commit11d89079ceb50006fda99bd9d74210c8284e2e10 (patch)
tree8266718613a8f83d643dbb30250d8862a09e088e /examples/c/ex_async.c
parent61f32c2412a8b70132d1fa5ee4e7a7971e3a0c93 (diff)
downloadmongo-11d89079ceb50006fda99bd9d74210c8284e2e10.tar.gz
Accidentally committed non-compiling ex_async.c last time.
Diffstat (limited to 'examples/c/ex_async.c')
-rw-r--r--examples/c/ex_async.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/c/ex_async.c b/examples/c/ex_async.c
index 26df56e03a1..72f5bf44ae3 100644
--- a/examples/c/ex_async.c
+++ b/examples/c/ex_async.c
@@ -76,9 +76,7 @@ cb_asyncop(WT_ASYNC_CALLBACK *cb, WT_ASYNC_OP *op, int ret, uint32_t flags)
return (t_ret);
}
-typedef struct {
- WT_ASYNC_CALLBACK cb = { cb_asyncop };
-}xxx
+WT_ASYNC_CALLBACK cb = { cb_asyncop };
/*! [example callback implementation] */
#define MAX_KEYS 15