mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
ctdb-protocol: Move CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE to protocol.h
The protocol code needs it. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
fc28a74254
commit
44465817dd
@ -266,8 +266,6 @@ struct ctdb_control_list_tunable {
|
||||
};
|
||||
|
||||
|
||||
#define CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE 0x00010000
|
||||
|
||||
struct ctdb_public_ip_info_old {
|
||||
struct ctdb_public_ip ip;
|
||||
uint32_t active_idx;
|
||||
|
@ -913,6 +913,8 @@ struct ctdb_req_control {
|
||||
uint32_t client_id;
|
||||
#define CTDB_CTRL_FLAG_NOREPLY 1
|
||||
#define CTDB_CTRL_FLAG_OPCODE_SPECIFIC 0xFFFF0000
|
||||
/* Ugly overloading of this field... */
|
||||
#define CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE 0x00010000
|
||||
uint32_t flags;
|
||||
struct ctdb_req_control_data rdata;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user