mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
r20391: add idl for the content of the partialAttributeSet attribute
metze
(This used to be commit f7f9f174d7
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
022658ae50
commit
ed7c63a6fc
@ -120,6 +120,30 @@ interface drsblobs {
|
||||
[in] repsFromToBlob blob
|
||||
);
|
||||
|
||||
/*
|
||||
* partialAttributeSet
|
||||
* w2k uses version 1
|
||||
* w2k3 uses version 1
|
||||
*/
|
||||
typedef struct {
|
||||
uint32 count;
|
||||
drsuapi_DsAttributeId array[count];
|
||||
} partialAttributeSetCtr1;
|
||||
|
||||
typedef [nodiscriminant] union {
|
||||
[case(1)] partialAttributeSetCtr1 ctr1;
|
||||
} partialAttributeSetCtr;
|
||||
|
||||
typedef [public] struct {
|
||||
uint32 version;
|
||||
uint32 reserved;
|
||||
[switch_is(version)] partialAttributeSetCtr ctr;
|
||||
} partialAttributeSetBlob;
|
||||
|
||||
void decode_partialAttributeSet(
|
||||
[in] partialAttributeSetBlob blob
|
||||
);
|
||||
|
||||
typedef struct {
|
||||
hyper h4;
|
||||
replUpToDateVectorCtr1 uptodateness_vector;
|
||||
|
Reference in New Issue
Block a user