]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.h
Allow symlink creation to be disabled from command line or mdadm.conf
[thirdparty/mdadm.git] / mdadm.h
diff --git a/mdadm.h b/mdadm.h
index 420e6a34bb5b2b0f462ecb05b0fbe793d1e66bef..29fc7c8823030e27520be8e9a42309e00ec7be39 100644 (file)
--- a/mdadm.h
+++ b/mdadm.h
@@ -132,6 +132,7 @@ struct createinfo {
        int     gid;
        int     autof;
        int     mode;
+       int     symlinks;
        struct supertype *supertype;
 };
 
@@ -167,6 +168,7 @@ enum special_options {
        BackupFile,
        HomeHost,
        AutoHomeHost,
+       Symlinks,
 };
 
 /* structures read from config file */