Changeset 988 for vendor/current/source3/include/serverid.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/serverid.h
r860 r988 21 21 #define __SERVERID_H__ 22 22 23 #include "includes.h" 24 25 /** Don't verify this unique id */ 26 #define SERVERID_UNIQUE_ID_NOT_TO_VERIFY 0xFFFFFFFFFFFFFFFFULL 23 #include "replace.h" 24 #include "lib/dbwrap/dbwrap.h" 27 25 28 26 /* … … 35 33 */ 36 34 bool serverid_deregister(const struct server_id id); 37 38 /*39 * (De)register additional message flags40 */41 bool serverid_register_msg_flags(const struct server_id id, bool do_reg,42 uint32_t msg_flags);43 35 44 36 /* … … 68 60 bool serverid_parent_init(TALLOC_CTX *mem_ctx); 69 61 70 /*71 * Get a random unique_id and make sure that it is not72 * SERVERID_UNIQUE_ID_NOT_TO_VERIFY73 */74 uint64_t serverid_get_random_unique_id(void);75 76 bool serverid_init_readonly(TALLOC_CTX *mem_ctx);77 78 62 #endif
Note:
See TracChangeset
for help on using the changeset viewer.