diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-19 14:15:32 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-19 14:15:32 +0000 |
| commit | ec0fa09c8c9e0226cb14b6f030285b6a081eb78e (patch) | |
| tree | 1e7e65bd2a1cae735c88464e40bf31a313961f10 /lib/libdevstat/devstat.c | |
| parent | 773865de4eb17a384754541555bfc18949afb683 (diff) | |
Notes
Diffstat (limited to 'lib/libdevstat/devstat.c')
| -rw-r--r-- | lib/libdevstat/devstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdevstat/devstat.c b/lib/libdevstat/devstat.c index 4f38c064069b..bfc032c7df83 100644 --- a/lib/libdevstat/devstat.c +++ b/lib/libdevstat/devstat.c @@ -112,7 +112,7 @@ struct devstat_args { { DSM_MS_PER_TRANSACTION, DEVSTAT_ARG_LD }, { DSM_MS_PER_TRANSACTION_READ, DEVSTAT_ARG_LD }, { DSM_MS_PER_TRANSACTION_WRITE, DEVSTAT_ARG_LD }, - { DSM_SKIP, DEVSTAT_ARG_SKIP } + { DSM_SKIP, DEVSTAT_ARG_SKIP }, { DSM_TOTAL_BYTES_FREE, DEVSTAT_ARG_UINT64 }, { DSM_TOTAL_TRANSFERS_FREE, DEVSTAT_ARG_UINT64 }, { DSM_TOTAL_BLOCKS_FREE, DEVSTAT_ARG_UINT64 }, |
