summaryrefslogtreecommitdiffstats
path: root/sys/sys/disk.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-02-13 13:26:23 +0000
committermav <mav@FreeBSD.org>2015-02-13 13:26:23 +0000
commit02643b7b41524333beab30a6716ad7bf2b8eb4ea (patch)
treec7ba0850e5b5565edc5719648627022758361900 /sys/sys/disk.h
parent1f5f95d60767ade2757d115606e5bb48e9285ed1 (diff)
downloadFreeBSD-src-02643b7b41524333beab30a6716ad7bf2b8eb4ea.zip
FreeBSD-src-02643b7b41524333beab30a6716ad7bf2b8eb4ea.tar.gz
Teach CTL to ask GEOM devices about BIO_DELETE support.
MFC after: 1 week
Diffstat (limited to 'sys/sys/disk.h')
-rw-r--r--sys/sys/disk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/disk.h b/sys/sys/disk.h
index 2fb957a..5735a4f 100644
--- a/sys/sys/disk.h
+++ b/sys/sys/disk.h
@@ -131,6 +131,7 @@ struct diocgattr_arg {
union {
char str[DISK_IDENT_SIZE];
off_t off;
+ int i;
} value;
};
#define DIOCGATTR _IOWR('d', 142, struct diocgattr_arg)
OpenPOWER on IntegriCloud