summaryrefslogtreecommitdiff
path: root/source4/cluster/cluster.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21230: added the hooks needed in the cluster layer and the messaging code forAndrew Tridgell1-1/+14
handling messages to remote nodes. Implemented dummy functions in the 'local' cluster backend for the messaging hooks, and modified the messaging layer to check if the destination is remote and redirect messages via the cluster layer (This used to be commit 4474552e8fb73efebef32ad8480d7fe9a1e379ef)
2007-10-10r20919: add a function cluster_tdb_tmp_open() which can be used in a clusterAndrew Tridgell1-0/+1
environment for subsystems that have not yet been converted to use ctdb to get a shared temporary tdb (This used to be commit 0ed91384497aed6817b2220c31344bfcd45fd033)
2007-10-10r20887: allow the registration of multiple cluster backendsAndrew Tridgell1-0/+1
this is in preparation for ctdb (This used to be commit 489f022175a1022bcca8053116362825daae5e40)
2007-10-10r20647: add cluster codeAndrew Tridgell1-0/+35
(This used to be commit 5870830b99a8d76bda1ff5af3fcf8dda9aba50ec)