diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2009-11-23 16:34:00 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2009-11-23 16:34:00 +0000 |
commit | c58f71a9d88cb9ff90fce3e2d85ad187973565ec (patch) | |
tree | 8f7008c34a54338a4cf3c06b303a890179a80f96 /sys/dev/softraidvar.h | |
parent | ecb04f492b9be2bc502a476317e1bb7eead1a01e (diff) |
Improve discipline specific ioctl framework and attach to softraid ioctl.
ok marco@
Diffstat (limited to 'sys/dev/softraidvar.h')
-rw-r--r-- | sys/dev/softraidvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/softraidvar.h b/sys/dev/softraidvar.h index b9697157464..894ae0dbe5f 100644 --- a/sys/dev/softraidvar.h +++ b/sys/dev/softraidvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: softraidvar.h,v 1.82 2009/11/22 17:01:18 jsing Exp $ */ +/* $OpenBSD: softraidvar.h,v 1.83 2009/11/23 16:33:59 jsing Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -464,7 +464,7 @@ struct sr_discipline { int (*sd_alloc_resources)(struct sr_discipline *); int (*sd_free_resources)(struct sr_discipline *); int (*sd_ioctl_handler)(struct sr_discipline *, - u_long, caddr_t); + struct bioc_discipline *); int (*sd_start_discipline)(struct sr_discipline *); void (*sd_set_chunk_state)(struct sr_discipline *, int, int); |