summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt6185_modify_ts/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt6185_modify_ts/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/wt6185_modify_ts/main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/wt6185_modify_ts/main.c b/src/third_party/wiredtiger/test/csuite/wt6185_modify_ts/main.c
index f83ef2c35f8..5300d268882 100644
--- a/src/third_party/wiredtiger/test/csuite/wt6185_modify_ts/main.c
+++ b/src/third_party/wiredtiger/test/csuite/wt6185_modify_ts/main.c
@@ -73,6 +73,10 @@ static bool use_columns = false;
* Print usage message and exit.
*/
static void usage(void) WT_GCC_FUNC_DECL_ATTRIBUTE((noreturn));
+/*
+ * usage --
+ * TODO: Add a comment describing this function.
+ */
static void
usage(void)
{
@@ -270,6 +274,10 @@ repeat(WT_SESSION *session, WT_CURSOR *c)
* reset --
* Force eviction of the underlying page.
*/
+/*
+ * evict --
+ * TODO: Add a comment describing this function.
+ */
static void
evict(WT_CURSOR *c)
{
@@ -307,6 +315,10 @@ trace_die(void)
*__p = '.'; \
} while (0)
+/*
+ * main --
+ * TODO: Add a comment describing this function.
+ */
int
main(int argc, char *argv[])
{