summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--raid6check.c2
-rw-r--r--restripe.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/raid6check.c b/raid6check.c
index 76e57a7..66c3eea 100644
--- a/raid6check.c
+++ b/raid6check.c
@@ -30,6 +30,8 @@
#define CHECK_PAGE_BITS (12)
#define CHECK_PAGE_SIZE (1 << CHECK_PAGE_BITS)
+char const Name[] = "raid6check";
+
enum repair {
NO_REPAIR = 0,
MANUAL_REPAIR,
diff --git a/restripe.c b/restripe.c
index 6eebb90..30849b7 100644
--- a/restripe.c
+++ b/restripe.c
@@ -882,6 +882,7 @@ unsigned long long getnum(char *str, char **err)
return rv;
}
+char const Name[] = "test_restripe";
main(int argc, char *argv[])
{
/* save/restore file raid_disks chunk_size level layout start length devices...