summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_statfs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-24 18:33:47 +0000
committermidipix <writeonce@midipix.org>2016-12-25 01:31:01 -0500
commit1d3e991a03ff78741f801f88a7bd4ec541bdc99e (patch)
tree04f3a9448dae4b859742c9ec464db825c8bbf58f /include/ntapi/nt_statfs.h
parent31ee70d0195fc172077ef4bd8201465b8434c4d3 (diff)
downloadntapi-1d3e991a03ff78741f801f88a7bd4ec541bdc99e.tar.bz2
ntapi-1d3e991a03ff78741f801f88a7bd4ec541bdc99e.tar.xz
{i}stat{fs} interfaces: add .obj_name_strlen, remove .record_name_strlen.
Diffstat (limited to 'include/ntapi/nt_statfs.h')
-rw-r--r--include/ntapi/nt_statfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ntapi/nt_statfs.h b/include/ntapi/nt_statfs.h
index 7370313..659bffe 100644
--- a/include/ntapi/nt_statfs.h
+++ b/include/ntapi/nt_statfs.h
@@ -46,7 +46,8 @@ typedef struct _nt_statfs {
nt_guid nt_volume_guid;
void * hfile;
uint32_t flags;
- uint16_t record_name_strlen;
+ uint16_t obj_name_strlen;
+ uint16_t obj_name_maxlen;
uint16_t dev_name_strlen;
uint16_t dev_name_maxlen;
uint32_t dev_name_hash;