summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/messaging.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/gen_ndr/messaging.h')
-rw-r--r--source3/librpc/gen_ndr/messaging.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/messaging.h b/source3/librpc/gen_ndr/messaging.h
new file mode 100644
index 0000000000..71340c0987
--- /dev/null
+++ b/source3/librpc/gen_ndr/messaging.h
@@ -0,0 +1,21 @@
+/* header auto-generated by pidl */
+
+#include <stdint.h>
+
+#ifndef _HEADER_messaging
+#define _HEADER_messaging
+
+struct messaging_rec {
+ uint32_t msg_version;
+ uint32_t msg_type;
+ struct server_id dest;
+ struct server_id src;
+ DATA_BLOB buf;
+}/* [public] */;
+
+struct messaging_array {
+ uint32_t num_messages;
+ struct messaging_rec *messages;
+}/* [public] */;
+
+#endif /* _HEADER_messaging */