summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/srvsvc.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-12-06 03:53:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:07 -0500
commitd55ab321b26239209316d9f1e9f0f031ddab2ae2 (patch)
tree460717b49098be84ac9c27ef9049d7ac46405e6f /source4/librpc/idl/srvsvc.idl
parent08377f458e2a7281094d286b6fe672155e244597 (diff)
downloadsamba-d55ab321b26239209316d9f1e9f0f031ddab2ae2.tar.gz
samba-d55ab321b26239209316d9f1e9f0f031ddab2ae2.tar.bz2
samba-d55ab321b26239209316d9f1e9f0f031ddab2ae2.zip
r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring the
Samba4 and ethereal IDL into line, so ethereal doesn't lose any existing strucutres when switching to idl (This used to be commit afccf73ecf6cf85e72c04e28724096aa6da96a80)
Diffstat (limited to 'source4/librpc/idl/srvsvc.idl')
-rw-r--r--source4/librpc/idl/srvsvc.idl6
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl
index 05406c3f76..e13c7160f8 100644
--- a/source4/librpc/idl/srvsvc.idl
+++ b/source4/librpc/idl/srvsvc.idl
@@ -568,7 +568,11 @@
/* srvsvc_NetSrv */
/**************************/
typedef [public] enum {
- PLATFORM_ID_NT = 500
+ PLATFORM_ID_DOS = 300,
+ PLATFORM_ID_OS2 = 400,
+ PLATFORM_ID_NT = 500,
+ PLATFORM_ID_OSF = 600,
+ PLATFORM_ID_VMS = 700
} srvsvc_PlatformId;
typedef struct {