summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-12-14 17:31:29 +1100
committerNeil Brown <neilb@suse.de>2006-12-14 17:31:29 +1100
commitbf4fb153a4431ad3f91c3e72eebbd661b0455ed7 (patch)
tree3efe3fbe82794ed5b9834027518525b9bd5e2dcb /mdadm.h
parent37dfc3d638aee1fe3ae6d6b4aa0e648e1a9d61ca (diff)
downloadmdadm-bf4fb153a4431ad3f91c3e72eebbd661b0455ed7.tar.gz
mdadm-bf4fb153a4431ad3f91c3e72eebbd661b0455ed7.tar.xz
mdadm-bf4fb153a4431ad3f91c3e72eebbd661b0455ed7.zip
Fix and test --update=uuid
A number of odd bugs here, but now we have a regression test as well.
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdadm.h b/mdadm.h
index f6350e1..318edd4 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -431,7 +431,7 @@ extern int CreateBitmap(char *filename, int force, char uuid[16],
unsigned long long array_size,
int major);
extern int ExamineBitmap(char *filename, int brief, struct supertype *st);
-extern int bitmap_update_uuid(int fd, int *uuid);
+extern int bitmap_update_uuid(int fd, int *uuid, int swap);
extern int md_get_version(int fd);
extern int get_linux_version(void);