summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/huge/huge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/huge/huge.c')
-rw-r--r--src/third_party/wiredtiger/test/huge/huge.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/huge/huge.c b/src/third_party/wiredtiger/test/huge/huge.c
index 8526373c4e4..4d7930c08d9 100644
--- a/src/third_party/wiredtiger/test/huge/huge.c
+++ b/src/third_party/wiredtiger/test/huge/huge.c
@@ -59,6 +59,10 @@ static size_t lengths[] = {20, /* Check configuration */
0};
static void usage(void) WT_GCC_FUNC_DECL_ATTRIBUTE((noreturn));
+/*
+ * usage --
+ * TODO: Add a comment describing this function.
+ */
static void
usage(void)
{
@@ -73,6 +77,10 @@ usage(void)
#define SIZET_FMT "%Iu" /* size_t format string */
#endif
+/*
+ * run --
+ * TODO: Add a comment describing this function.
+ */
static void
run(CONFIG *cp, int bigkey, size_t bytes)
{
@@ -135,6 +143,10 @@ run(CONFIG *cp, int bigkey, size_t bytes)
extern int __wt_optind;
extern char *__wt_optarg;
+/*
+ * main --
+ * TODO: Add a comment describing this function.
+ */
int
main(int argc, char *argv[])
{