From 21e1378b62bb76ee985de4ed6fbd1d200ccb5eb0 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 31 May 2003 21:10:01 +0000 Subject: [PATCH] Add an XXX comment with a TODO item for next time we run a revision on this API. --- sys/sys/devicestat.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/sys/devicestat.h b/sys/sys/devicestat.h index 2fb19ecb89e..734d31a4cad 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# */