summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt4105_large_doc_small_upd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt4105_large_doc_small_upd/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/wt4105_large_doc_small_upd/main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/wt4105_large_doc_small_upd/main.c b/src/third_party/wiredtiger/test/csuite/wt4105_large_doc_small_upd/main.c
index 285d347ca8c..9bcfac7af83 100644
--- a/src/third_party/wiredtiger/test/csuite/wt4105_large_doc_small_upd/main.c
+++ b/src/third_party/wiredtiger/test/csuite/wt4105_large_doc_small_upd/main.c
@@ -36,6 +36,10 @@ static const char *const uri = "table:large";
#define NUM_DOCS 2
static void on_alarm(int) WT_GCC_FUNC_DECL_ATTRIBUTE((noreturn));
+/*
+ * on_alarm --
+ * TODO: Add a comment describing this function.
+ */
static void
on_alarm(int signo)
{
@@ -48,6 +52,10 @@ on_alarm(int signo)
static int ignore_errors = 0;
+/*
+ * handle_error --
+ * TODO: Add a comment describing this function.
+ */
static int
handle_error(WT_EVENT_HANDLER *handler, WT_SESSION *session, int error, const char *message)
{
@@ -67,6 +75,10 @@ handle_error(WT_EVENT_HANDLER *handler, WT_SESSION *session, int error, const ch
static WT_EVENT_HANDLER event_handler = {handle_error, NULL, NULL, NULL};
+/*
+ * main --
+ * TODO: Add a comment describing this function.
+ */
int
main(int argc, char *argv[])
{