summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-06-17 08:48:35 +0200
committerRalph Boehme <slow@samba.org>2017-07-25 17:43:17 +0200
commitb5610284533f8b434c7cee4b4ec5a5be3d394b83 (patch)
tree2781ed01dc6c5be1d829602115ab0be333a5de6a /librpc
parent17a472bc9918e469d3a33c21ed413735badd71da (diff)
downloadsamba-b5610284533f8b434c7cee4b4ec5a5be3d394b83.tar.gz
messaging: Add DLIST pointers to messaging_rec
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/messaging.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl
index b962ab17be2..37f8fccfb8d 100644
--- a/librpc/idl/messaging.idl
+++ b/librpc/idl/messaging.idl
@@ -159,6 +159,8 @@ interface messaging
/* messaging struct sent across the sockets and stored in the tdb */
typedef [public] struct {
+ [skip] messaging_rec *prev;
+ [skip] messaging_rec *next;
uint32 msg_version;
messaging_type msg_type;
server_id dest;