diff options
| author | Ronnie sahlberg <ronniesahlberg@gmail.com> | 2010-05-03 15:57:41 +1000 |
|---|---|---|
| committer | Ronnie sahlberg <ronniesahlberg@gmail.com> | 2010-05-03 15:57:41 +1000 |
| commit | 46f00a2478fe73aa16fd41813173171c03b74cb8 (patch) | |
| tree | b2a336d462aaa448b9d3cfb960faf930c7dcc6c0 /ctdb/include | |
| parent | 62742bd3375a9535d4b58f24337e9b228e259726 (diff) | |
| parent | 6da848f31ca301a1439053ad9d58b19d2ea3f6b4 (diff) | |
Merge commit 'rusty/signal-fix'
(This used to be ctdb commit 221a9bb41c3a7af0cc65cda78365010893ca1430)
Diffstat (limited to 'ctdb/include')
| -rw-r--r-- | ctdb/include/ctdb_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index d4c343b498..cb7c165f5e 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -1263,6 +1263,7 @@ void ctdb_node_dead(struct ctdb_node *node); void ctdb_node_connected(struct ctdb_node *node); bool ctdb_blocking_freeze(struct ctdb_context *ctdb); void ctdb_high_priority(struct ctdb_context *ctdb); +void ctdb_reduce_priority(struct ctdb_context *ctdb); int32_t ctdb_control_takeover_ip(struct ctdb_context *ctdb, struct ctdb_req_control *c, TDB_DATA indata, |
