summaryrefslogtreecommitdiffstats
path: root/source4/cluster/ctdb/common/ctdb_message.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:cluster: remove old/broken ctdb codeStefan Metzmacher2008-12-291-111/+0
| | | | | | | | We don't need a full copy of ctdb... If we want to readd cluster support, we should just use a ctdb client library. metze
* s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-171-1/+0
| | | | | | | We should only include events.h where we really need it and prefer forward declarations of 'struct event_context' metze
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
|
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-1/+1
|
* r23806: update Samba4 with the latest ctdb code.Andrew Tridgell2007-10-101-105/+33
| | | | | | | | | | | | This doesn't get the ctdb code fully working in Samba4, it just gets it building and not breaking non-clustered use of Samba. It will take a bit longer to update some of the calling ctdb_cluster.c code to make it work correctly in Samba4. Note also that Samba4 now only links to the client portion of ctdb. For the moment I am leaving the ctdbd as a separate daemon, which you install separately from http://ctdb.samba.org/. (This used to be commit b196077cbb55cbecad87065133c2d67198e31066)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
* r22421: merged in latest ctdb changes from bzrAndrew Tridgell2007-10-101-14/+3
| | | | (This used to be commit 3633f862b966866819c9a0a6ad0238a858e15e62)
* r22232: add a special message handler ID meaning "all messages please"Andrew Tridgell2007-10-101-1/+1
| | | | | This better fits the way Samba4 does message dispatch (This used to be commit 2c12f8e72fb999f4f66700291dd4d7f6f73a8eae)
* r22231: merge from bzr ctdb treeAndrew Tridgell2007-10-101-14/+118
| | | | (This used to be commit 807b959082d3b9a929c9f6597714e636638a940e)
* r22117: merged from bzrAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit d7f122df1dba30e46e84e294cccecb2e4ef82072)
* r22098: merged from bzr treeAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit a57af1ff8234ab590ebf28b3316953bec880005c)
* r21256: - msg_type is not needed in the cluster messaging APIAndrew Tridgell2007-10-101-1/+1
| | | | | - merge ctdb_get_num_nodes() from bzr tree (This used to be commit 3df7527aedeba7ce2f4a6ca2d3b7167f58c6b68a)
* r21232: added a raw ctdb messaging api - allowing ctdb applications to takeAndrew Tridgell2007-10-101-0/+91
advantage of the ctdb messaging layer for their own data (This used to be commit b288ba05e5dc2aa5c8cd26eaee1c41b12e4996da)