Changeset 427 for vendor/current/source3/librpc
- Timestamp:
- Apr 9, 2010, 3:20:58 PM (15 years ago)
- Location:
- vendor/current/source3/librpc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/librpc/gen_ndr/messaging.h
r414 r427 63 63 MSG_WINBIND_DUMP_DOMAIN_LIST=(int)(0x0409), 64 64 MSG_DUMP_EVENT_LIST=(int)(0x0500), 65 MSG_DBWRAP_TDB2_CHANGES=(int)(4001) 65 MSG_DBWRAP_TDB2_CHANGES=(int)(4001), 66 MSG_DBWRAP_G_LOCK_RETRY=(int)(4002) 66 67 } 67 68 #else … … 119 120 #define MSG_DUMP_EVENT_LIST ( 0x0500 ) 120 121 #define MSG_DBWRAP_TDB2_CHANGES ( 4001 ) 122 #define MSG_DBWRAP_G_LOCK_RETRY ( 4002 ) 121 123 #endif 122 124 ; -
vendor/current/source3/librpc/gen_ndr/ndr_messaging.c
r414 r427 75 75 case MSG_DUMP_EVENT_LIST: val = "MSG_DUMP_EVENT_LIST"; break; 76 76 case MSG_DBWRAP_TDB2_CHANGES: val = "MSG_DBWRAP_TDB2_CHANGES"; break; 77 case MSG_DBWRAP_G_LOCK_RETRY: val = "MSG_DBWRAP_G_LOCK_RETRY"; break; 77 78 } 78 79 ndr_print_enum(ndr, name, "ENUM", val, r); -
vendor/current/source3/librpc/idl/messaging.idl
r414 r427 89 89 90 90 /* dbwrap messages 4001-4999 */ 91 MSG_DBWRAP_TDB2_CHANGES = 4001 91 MSG_DBWRAP_TDB2_CHANGES = 4001, 92 MSG_DBWRAP_G_LOCK_RETRY = 4002 92 93 } messaging_type; 93 94
Note:
See TracChangeset
for help on using the changeset viewer.