1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/ctdb/server
Ronnie Sahlberg 93ec9c589c Eventscripts: remove the horrible horrible circular reference between state and callback since these two structures do not even share the same parent talloc context.
Instead, tie them together via referencing a permanent linked list hung off the ctdb structure.

(This used to be ctdb commit a95c02da6c67dc4bd8716b75318a4188301df6f9)
2012-02-23 06:49:47 +11:00
..
ctdb_banning.c server/banning: also release all ips if we're banning ourself 2010-09-14 15:50:31 +10:00
ctdb_call.c ReadOnly: add per-database statistics to view how much delegations/revokes we have 2012-02-08 15:29:27 +11:00
ctdb_control.c Log the "Received SHUTDOWN ..." first in the shutown process instead of last. 2012-02-21 19:00:33 +11:00
ctdb_daemon.c Make CTDB_CURRENT_NODE work with CTDB_REQ_MESSAGE 2012-02-13 15:50:56 +01:00
ctdb_freeze.c This needs more testing first 2011-03-21 14:25:53 +11:00
ctdb_keepalive.c event: Update events to latest Samba version 0.9.8 2010-08-18 09:16:31 +09:30
ctdb_lockwait.c LockWait congestion. 2011-01-24 12:21:58 +11:00
ctdb_logging.c logging: properly cast sockaddr_in to sockaddr for sendto() in ctdb_syslog_log() 2011-11-26 00:34:53 +01:00
ctdb_ltdb_server.c READONLY: dont schedule for fast vacuum deletion if any of the readonly record flags are set 2012-02-21 06:54:09 +11:00
ctdb_monitor.c Eventscripts: Add special -ECANCELED status for monitor events that are cancelled 2011-11-18 12:22:22 +11:00
ctdb_persistent.c server: move the code for the update_record control to its own file 2012-02-21 17:54:17 +01:00
ctdb_recover.c ReadOnly: revokechild_active is a list, not a context. 2011-09-13 18:47:18 +10:00
ctdb_recoverd.c Recover Persistent database DB by DB and not record by record 2011-11-30 08:48:23 +11:00
ctdb_server.c Create macros to update the statistics counters and use these macros 2010-09-29 12:14:24 +10:00
ctdb_serverids.c RB_TREE: Add mechanism to abort a traverse 2011-11-08 13:40:28 +11:00
ctdb_statistics.c Rename ctdb_control_get_stat_history() local variable to avoid shadowing. 2011-11-11 14:31:50 +11:00
ctdb_takeover.c FreeBSD does not define s6_addr32, only s6_addr 2012-02-13 16:20:12 +01:00
ctdb_traverse.c traverse: fix traversing with empty records by adding a new (internal) control CTDB_CONTROL_TRAVERSE_START_EXT 2011-12-03 02:15:30 +01:00
ctdb_tunables.c tunables: don't list obsolete tunables in the list_tunables control 2011-12-23 17:39:10 +01:00
ctdb_update_record.c server:update_record: remove some blood stains (trailing spaces...) 2012-02-21 17:56:45 +01:00
ctdb_uptime.c event: Update events to latest Samba version 0.9.8 2010-08-18 09:16:31 +09:30
ctdb_vacuum.c READONLY: only send a control to schedule fast-vacuuming from child context iff we have a connection open to the main daemon 2012-02-21 07:03:44 +11:00
ctdbd.c Change the message when we start the daemon to "CTDB starting on node" 2011-08-04 13:49:30 +10:00
eventscript.c Eventscripts: remove the horrible horrible circular reference between state and callback since these two structures do not even share the same parent talloc context. 2012-02-23 06:49:47 +11:00