Changeset 429 for trunk/server/source3/librpc
- Timestamp:
- Apr 9, 2010, 3:51:41 PM (15 years ago)
- Location:
- trunk/server
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
-
Property svn:mergeinfo
set to
/vendor/3.5.2 merged eligible /vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/server/source3/librpc/gen_ndr/messaging.h
r414 r429 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 ; -
trunk/server/source3/librpc/gen_ndr/ndr_messaging.c
r414 r429 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); -
trunk/server/source3/librpc/idl/messaging.idl
r414 r429 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.