summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-31 21:10:01 +0000
committerphk <phk@FreeBSD.org>2003-05-31 21:10:01 +0000
commitc414ef891501cc7f46ec2c38d84a475932d8db49 (patch)
treec97d7d23cc661fe3194f5d77caa63bd87a605501 /sys
parentbf7c437f6811262c6b3b3ef4262a57b3c29f9fc8 (diff)
downloadFreeBSD-src-c414ef891501cc7f46ec2c38d84a475932d8db49.zip
FreeBSD-src-c414ef891501cc7f46ec2c38d84a475932d8db49.tar.gz
Add an XXX comment with a TODO item for next time we run a revision
on this API.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/devicestat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/sys/devicestat.h b/sys/sys/devicestat.h
index 2fb19ec..734d31a 100644
--- a/sys/sys/devicestat.h
+++ b/sys/sys/devicestat.h
@@ -129,6 +129,11 @@ typedef enum {
DEVSTAT_TYPE_PASS = 0x100
} devstat_type_flags;
+/*
+ * XXX: Next revision should add
+ * off_t offset[DEVSTAT_N_TRANS_FLAGS];
+ * XXX: which should contain the offset of the last completed transfer.
+ */
struct devstat {
/* Internal house-keeping fields */
u_int sequence0; /* Update sequence# */
OpenPOWER on IntegriCloud