summaryrefslogtreecommitdiffstats
path: root/librpc
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2014-11-14 18:36:28 +0100
committerJeremy Allison <jra@samba.org>2014-11-14 23:27:04 +0100
commit8ed899783d288c01f77f5139d3f5b6c26aa1fc7b (patch)
treef55d38a559bc6480757dc3f94d25b8f4d1ad8ca0 /librpc
parentd04bfc6ec6ad7a4749ebfee2284253c4a91a81aa (diff)
downloadsamba-8ed899783d288c01f77f5139d3f5b6c26aa1fc7b.tar.gz
samba-8ed899783d288c01f77f5139d3f5b6c26aa1fc7b.tar.xz
samba-8ed899783d288c01f77f5139d3f5b6c26aa1fc7b.zip
fsrvp: define FSRVP_E_SHADOWCOPYSET_ID_MISMATCH
This was recently added to the [MS-FSRVP] specification with the errata http://msdn.microsoft.com/en-us/library/dn785066.aspx#BKMK_FSRVP Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/fsrvp.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/fsrvp.idl b/librpc/idl/fsrvp.idl
index 2adff15f32..b73392f21e 100644
--- a/librpc/idl/fsrvp.idl
+++ b/librpc/idl/fsrvp.idl
@@ -22,6 +22,7 @@ import "misc.idl";
const uint32 FSRVP_E_OBJECT_NOT_FOUND = 0x80042308;
const uint32 FSRVP_E_UNSUPPORTED_CONTEXT = 0x8004231B;
const uint32 FSRVP_E_BAD_ID = 0x80042302; /* wire, not documented */
+ const uint32 FSRVP_E_SHADOWCOPYSET_ID_MISMATCH = 0x80042501;
typedef struct {
GUID ShadowCopySetId;
GUID ShadowCopyId;