summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cursor_order/cursor_order.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/cursor_order/cursor_order.c')
-rw-r--r--src/third_party/wiredtiger/test/cursor_order/cursor_order.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/cursor_order/cursor_order.c b/src/third_party/wiredtiger/test/cursor_order/cursor_order.c
index bac7e25c7bc..4cf99d20c5a 100644
--- a/src/third_party/wiredtiger/test/cursor_order/cursor_order.c
+++ b/src/third_party/wiredtiger/test/cursor_order/cursor_order.c
@@ -42,6 +42,10 @@ static void wt_shutdown(SHARED_CONFIG *);
extern int __wt_optind;
extern char *__wt_optarg;
+/*
+ * main --
+ * TODO: Add a comment describing this function.
+ */
int
main(int argc, char *argv[])
{
@@ -208,6 +212,10 @@ shutdown(void)
testutil_clean_work_dir(home);
}
+/*
+ * handle_error --
+ * TODO: Add a comment describing this function.
+ */
static int
handle_error(WT_EVENT_HANDLER *handler, WT_SESSION *session, int error, const char *errmsg)
{
@@ -218,6 +226,10 @@ handle_error(WT_EVENT_HANDLER *handler, WT_SESSION *session, int error, const ch
return (fprintf(stderr, "%s\n", errmsg) < 0 ? -1 : 0);
}
+/*
+ * handle_message --
+ * TODO: Add a comment describing this function.
+ */
static int
handle_message(WT_EVENT_HANDLER *handler, WT_SESSION *session, const char *message)
{