summaryrefslogtreecommitdiff
path: root/source3/include/messages.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-31 11:48:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:33 -0500
commit8bfa9351614115ceb8bfaa6f76355ddc14ec248b (patch)
treed74dcfe5ed206d06f2c036d81a45f094013619b2 /source3/include/messages.h
parent05f298b47e4493ccf04b8a1698c0593c8a0deaac (diff)
downloadsamba-8bfa9351614115ceb8bfaa6f76355ddc14ec248b.tar.gz
samba-8bfa9351614115ceb8bfaa6f76355ddc14ec248b.tar.bz2
samba-8bfa9351614115ceb8bfaa6f76355ddc14ec248b.zip
r21074: Preparation for the import of samba4 notify: Add the file notify.idl and the
resulting marshalling/unmarshalling routines in gen_ndr/ Volker (This used to be commit a2ea54c23456925a8ed317edb1adf82d074041fc)
Diffstat (limited to 'source3/include/messages.h')
-rw-r--r--source3/include/messages.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h
index 223eca859b..ead5fb08c2 100644
--- a/source3/include/messages.h
+++ b/source3/include/messages.h
@@ -96,4 +96,12 @@ struct process_id {
pid_t pid;
};
+/*
+ * Samba4 API compatibility layer
+ */
+
+struct server_id {
+ struct process_id id;
+};
+
#endif