Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/include/ntioctl.h

    r414 r740  
    3939#define FSCTL_GET_COMPRESSION        0x0009003C
    4040#define FSCTL_SET_COMPRESSION        0x0009C040
     41#define FSCTL_IS_VOLUME_DIRTY        0x00090078
    4142#define FSCTL_REQUEST_FILTER_OPLOCK  0x0009008C
    4243#define FSCTL_FIND_FILES_BY_SID      0x0009008F
     
    7778typedef char SHADOW_COPY_LABEL[25];
    7879
    79 typedef struct shadow_copy_data {
    80         TALLOC_CTX *mem_ctx;
     80struct shadow_copy_data {
    8181        /* Total number of shadow volumes currently mounted */
    8282        uint32 num_volumes;
    8383        /* Concatenated list of labels */
    8484        SHADOW_COPY_LABEL *labels;
    85 } SHADOW_COPY_DATA;
     85};
    8686
    8787
Note: See TracChangeset for help on using the changeset viewer.