Changeset 988 for vendor/current/source3/include/ntquotas.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/ntquotas.h
r740 r988 64 64 SMB_USER_QUOTA_TYPE = 2, 65 65 SMB_GROUP_FS_QUOTA_TYPE = 3,/* not used yet */ 66 SMB_GROUP_QUOTA_TYPE = 4 /* not in use yet, maybe fordisk_free queries */66 SMB_GROUP_QUOTA_TYPE = 4 /* used by disk_free queries */ 67 67 }; 68 68 … … 72 72 uint64_t softlim; 73 73 uint64_t hardlim; 74 uint32 qflags;74 uint32_t qflags; 75 75 struct dom_sid sid; 76 76 } SMB_NTQUOTA_STRUCT;
Note:
See TracChangeset
for help on using the changeset viewer.