Changeset 745 for trunk/server/source3/include/messages.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
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/include/messages.h
r414 r745 67 67 #define MSG_SRVID_SAMBA 0x0000000100000000LL 68 68 69 70 struct server_id { 71 pid_t pid; 72 #ifdef CLUSTER_SUPPORT 73 uint32 vnn; 74 #endif 75 }; 69 #include "librpc/gen_ndr/server_id.h" 76 70 77 71 #ifdef CLUSTER_SUPPORT … … 111 105 struct messaging_backend **presult); 112 106 107 bool messaging_tdb_parent_init(TALLOC_CTX *mem_ctx); 108 113 109 NTSTATUS messaging_ctdbd_init(struct messaging_context *msg_ctx, 114 110 TALLOC_CTX *mem_ctx, … … 125 121 struct event_context *ev); 126 122 123 struct server_id messaging_server_id(const struct messaging_context *msg_ctx); 124 127 125 /* 128 126 * re-init after a fork 129 127 */ 130 NTSTATUS messaging_reinit(struct messaging_context *msg_ctx); 128 NTSTATUS messaging_reinit(struct messaging_context *msg_ctx, 129 struct server_id id); 131 130 132 131 NTSTATUS messaging_register(struct messaging_context *msg_ctx, … … 149 148 struct messaging_rec *rec); 150 149 150 #include "librpc/gen_ndr/ndr_messaging.h" 151 151 152 #endif
Note:
See TracChangeset
for help on using the changeset viewer.