diff options
| author | Andrew Tridgell <tridge@samba.org> | 2007-06-02 13:31:36 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2007-06-02 13:31:36 +1000 |
| commit | c5e4ce360aaa2dc5d3b0f39380dcd9bf28fc3815 (patch) | |
| tree | 253d347621e99648869612c0ddd8703a698716f6 /ctdb/include | |
| parent | 68963d865a36ea6c717c6dfb729a932f3dcefa7c (diff) | |
make test now works again
(This used to be ctdb commit 439d87bbb9840f82937e51aff4fe2b80160878c6)
Diffstat (limited to 'ctdb/include')
| -rw-r--r-- | ctdb/include/ctdb.h | 8 | ||||
| -rw-r--r-- | ctdb/include/ctdb_private.h | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/ctdb/include/ctdb.h b/ctdb/include/ctdb.h index 502dad8c2a..6dc5ffac54 100644 --- a/ctdb/include/ctdb.h +++ b/ctdb/include/ctdb.h @@ -72,6 +72,14 @@ struct ctdb_call_info { */ #define CTDB_SRVID_RELEASE_IP 0xF300000000000000LL +/* used on the domain socket, send a pdu to the local daemon */ +#define CTDB_CURRENT_NODE 0xF0000001 +/* send a broadcast to all nodes in the cluster, active or not */ +#define CTDB_BROADCAST_ALL 0xF0000002 +/* send a broadcast to all nodes in the current vnn map */ +#define CTDB_BROADCAST_VNNMAP 0xF0000003 + + struct event_context; /* diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index a035af59ab..c58441c9f3 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -38,13 +38,6 @@ #define CTDB_NULL_FUNC 0xFF000001 #define CTDB_FETCH_FUNC 0xFF000002 -/* used on the domain socket, send a pdu to the local daemon */ -#define CTDB_CURRENT_NODE 0xF0000001 -/* send a broadcast to all nodes in the cluster, active or not */ -#define CTDB_BROADCAST_ALL 0xF0000002 -/* send a broadcast to all nodes in the current vnn map */ -#define CTDB_BROADCAST_VNNMAP 0xF0000003 - #define CTDB_MAX_REDIRECT_COUNT 3 #define CTDB_DEFAULT_SEQNUM_FREQUENCY 1 |
