Add an XXX comment with a TODO item for next time we run a revision

on this API.
This commit is contained in:
Poul-Henning Kamp 2003-05-31 21:10:01 +00:00
parent c01da18e22
commit 21e1378b62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115567

View file

@ -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# */