aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-05-31 21:10:01 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-05-31 21:10:01 +0000
commit21e1378b62bb76ee985de4ed6fbd1d200ccb5eb0 (patch)
treec97d7d23cc661fe3194f5d77caa63bd87a605501
parentc01da18e221dfb38dd482a84d3f2a4a90e401cc1 (diff)
downloadsrc-21e1378b62bb76ee985de4ed6fbd1d200ccb5eb0.tar.gz
src-21e1378b62bb76ee985de4ed6fbd1d200ccb5eb0.zip
Add an XXX comment with a TODO item for next time we run a revision
on this API.
Notes
Notes: svn path=/head/; revision=115567
-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 2fb19ecb89e7..734d31a4cad1 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# */