summaryrefslogtreecommitdiff
path: root/source3/include/messages.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-16 00:39:55 +0100
committerGünther Deschner <gd@samba.org>2011-02-17 16:02:19 +0100
commit6840549123c9152a9fbe614a2f9d0de758318660 (patch)
treea51f4ec0e5a6ca826ab3295846759aa64cca6f24 /source3/include/messages.h
parentaa3f749575ac551b1b0886838ef023aab14d123f (diff)
downloadsamba-6840549123c9152a9fbe614a2f9d0de758318660.tar.gz
samba-6840549123c9152a9fbe614a2f9d0de758318660.tar.bz2
samba-6840549123c9152a9fbe614a2f9d0de758318660.zip
s3: add server_id.idl and use only autogenerated code.
Volker, Tridge and other clustering gurus, please check. It is ok to get rid of ifdef CLUSTER_SUPPORT here, right ? Why was unique_id not marshalled at all ? Guenther
Diffstat (limited to 'source3/include/messages.h')
-rw-r--r--source3/include/messages.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h
index d4f7d2081b..226c7c61b1 100644
--- a/source3/include/messages.h
+++ b/source3/include/messages.h
@@ -66,14 +66,7 @@
#define MSG_SRVID_SAMBA 0x0000000100000000LL
-
-struct server_id {
- pid_t pid;
-#ifdef CLUSTER_SUPPORT
- uint32 vnn;
-#endif
- uint64_t unique_id;
-};
+#include "librpc/gen_ndr/server_id.h"
#ifdef CLUSTER_SUPPORT
#define MSG_BROADCAST_PID_STR "0:0"