Changeset 745 for trunk/server/source3/include/ntioctl.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/include/ntioctl.h
r414 r745 39 39 #define FSCTL_GET_COMPRESSION 0x0009003C 40 40 #define FSCTL_SET_COMPRESSION 0x0009C040 41 #define FSCTL_IS_VOLUME_DIRTY 0x00090078 41 42 #define FSCTL_REQUEST_FILTER_OPLOCK 0x0009008C 42 43 #define FSCTL_FIND_FILES_BY_SID 0x0009008F … … 77 78 typedef char SHADOW_COPY_LABEL[25]; 78 79 79 typedef struct shadow_copy_data { 80 TALLOC_CTX *mem_ctx; 80 struct shadow_copy_data { 81 81 /* Total number of shadow volumes currently mounted */ 82 82 uint32 num_volumes; 83 83 /* Concatenated list of labels */ 84 84 SHADOW_COPY_LABEL *labels; 85 } SHADOW_COPY_DATA;85 }; 86 86 87 87
Note:
See TracChangeset
for help on using the changeset viewer.