summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-08-10 22:21:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:50 -0500
commite68596190502febc8216a0988f602c1601a4f986 (patch)
treee013fd5150ce65e5e7760f77fdae3f0784eab770 /source4
parenta9b5ea672608cf01367d1b77c7da6fd8da577491 (diff)
downloadsamba-e68596190502febc8216a0988f602c1601a4f986.tar.gz
samba-e68596190502febc8216a0988f602c1601a4f986.tar.bz2
samba-e68596190502febc8216a0988f602c1601a4f986.zip
r1711: Add ServerAlive2
(This used to be commit fe6f82f3d9146c1fc9efb3b47a9e63361b62be14)
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/dcom.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl
index a871f2c1cb..9d5acb6ebd 100644
--- a/source4/librpc/idl/dcom.idl
+++ b/source4/librpc/idl/dcom.idl
@@ -382,6 +382,12 @@ interface IOXIDResolver
[out, ref] COMVERSION *pComVersion
);
+ [idempotent] WERROR ServerAlive2 (
+ [out] COMVERSION version,
+ [out] uint8 unknown1[4],
+ [out] DUALSTRINGARRAY dualstring,
+ [out] uint8 unknown2[5]);
+
}
[