mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add an XXX comment with a TODO item for next time we run a revision
on this API.
This commit is contained in:
parent
c01da18e22
commit
21e1378b62
1 changed files with 5 additions and 0 deletions
|
|
@ -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# */
|
||||
|
|
|
|||
Loading…
Reference in a new issue