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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/messaging.h b/source3/librpc/gen_ndr/messaging.h
index 225440a8fd..1312c845d4 100644
--- a/source3/librpc/gen_ndr/messaging.h
+++ b/source3/librpc/gen_ndr/messaging.h
@@ -62,7 +62,8 @@ enum messaging_type
MSG_WINBIND_VALIDATE_CACHE=(int)(0x0408),
MSG_WINBIND_DUMP_DOMAIN_LIST=(int)(0x0409),
MSG_DUMP_EVENT_LIST=(int)(0x0500),
- MSG_DBWRAP_TDB2_CHANGES=(int)(4001)
+ MSG_DBWRAP_TDB2_CHANGES=(int)(4001),
+ MSG_DBWRAP_G_LOCK_RETRY=(int)(4002)
}
#else
{ __donnot_use_enum_messaging_type=0x7FFFFFFF}
@@ -118,6 +119,7 @@ enum messaging_type
#define MSG_WINBIND_DUMP_DOMAIN_LIST ( 0x0409 )
#define MSG_DUMP_EVENT_LIST ( 0x0500 )
#define MSG_DBWRAP_TDB2_CHANGES ( 4001 )
+#define MSG_DBWRAP_G_LOCK_RETRY ( 4002 )
#endif
;