summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;