diff options
| author | Andrew Tridgell <tridge@samba.org> | 2007-06-10 08:46:33 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2007-06-10 08:46:33 +1000 |
| commit | 044a2e04c43a05e559500010560ea8a4d533fb97 (patch) | |
| tree | 713520651ed56d260af83aa21435115fa48d60db /ctdb/include | |
| parent | 18ae6e56f0f6f25ba91194ac108c165cb5b1d913 (diff) | |
- send tcp info to all connected nodes, not just vnnmap nodes
- use a non-blocking freeze when banned
- release all IPs when banned
(This used to be ctdb commit 070e85e532b33b792f85c3e72eee205d906aaf85)
Diffstat (limited to 'ctdb/include')
| -rw-r--r-- | ctdb/include/ctdb_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 989d837568..d140272513 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -1022,4 +1022,6 @@ int ctdb_ctrl_get_all_tunables(struct ctdb_context *ctdb, uint32_t destnode, struct ctdb_tunable *tunables); +void ctdb_start_freeze(struct ctdb_context *ctdb); + #endif |
