Changeset 745 for trunk/server/source3/librpc/gen_ndr/messaging.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
source3/librpc/gen_ndr/messaging.h (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/librpc/gen_ndr/messaging.h
r429 r745 1 1 /* header auto-generated by pidl */ 2 3 4 2 5 3 6 #include <stdint.h> … … 5 8 #include "libcli/util/ntstatus.h" 6 9 10 7 11 #ifndef _HEADER_messaging 8 12 #define _HEADER_messaging … … 25 29 MSG_REQ_DMALLOC_LOG_CHANGED=(int)(0x000C), 26 30 MSG_SHUTDOWN=(int)(0x000D), 31 32 33 27 34 MSG_FORCE_ELECTION=(int)(0x0101), 28 35 MSG_WINS_NEW_ENTRY=(int)(0x0102), … … 34 41 MSG_PRINTER_UPDATE=(int)(0x0205), 35 42 MSG_PRINTER_MOD=(int)(0x0206), 43 36 44 MSG_SMB_CONF_UPDATED=(int)(0x0301), 37 45 MSG_SMB_FORCE_TDIS=(int)(0x0302), … … 62 70 MSG_WINBIND_VALIDATE_CACHE=(int)(0x0408), 63 71 MSG_WINBIND_DUMP_DOMAIN_LIST=(int)(0x0409), 72 64 73 MSG_DUMP_EVENT_LIST=(int)(0x0500), 65 74 MSG_DBWRAP_TDB2_CHANGES=(int)(4001), … … 81 90 #define MSG_REQ_DMALLOC_LOG_CHANGED ( 0x000C ) 82 91 #define MSG_SHUTDOWN ( 0x000D ) 92 93 94 83 95 #define MSG_FORCE_ELECTION ( 0x0101 ) 84 96 #define MSG_WINS_NEW_ENTRY ( 0x0102 ) … … 90 102 #define MSG_PRINTER_UPDATE ( 0x0205 ) 91 103 #define MSG_PRINTER_MOD ( 0x0206 ) 104 92 105 #define MSG_SMB_CONF_UPDATED ( 0x0301 ) 93 106 #define MSG_SMB_FORCE_TDIS ( 0x0302 ) … … 118 131 #define MSG_WINBIND_VALIDATE_CACHE ( 0x0408 ) 119 132 #define MSG_WINBIND_DUMP_DOMAIN_LIST ( 0x0409 ) 133 120 134 #define MSG_DUMP_EVENT_LIST ( 0x0500 ) 121 135 #define MSG_DBWRAP_TDB2_CHANGES ( 4001 ) … … 149 163 150 164 #endif /* _HEADER_messaging */ 165
Note:
See TracChangeset
for help on using the changeset viewer.
