messaging: Add DLIST pointers to messaging_rec
authorVolker Lendecke <vl@samba.org>
Sat, 17 Jun 2017 06:48:35 +0000 (08:48 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 25 Jul 2017 15:43:17 +0000 (17:43 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
librpc/idl/messaging.idl

index b962ab17be2fbf1833c69ae738c42c770e2d6c78..37f8fccfb8d5825b4432d910be319b8f895c3f9a 100644 (file)
@@ -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;