CTDB API

tridge at samba.org tridge at samba.org
Fri Nov 17 23:50:07 GMT 2006


I've put a copy of the ctdb tcp implementation up in bzr at
http://samba.org/~tridge/ctdb/

You can grab a copy using:

  bzr branch http://samba.org/~tridge/ctdb/

I'm basically working towards getting a basic implementation going
over tcp. To save some time I've copied a few basic bits of code from
Samba, such as the lib/events/ code, some timeval functions and the
dlinklist header. This is just a shortcut to allow me to start playing
with things.

I've also decided to make the first prototype not actually fork a
daemon. This makes debugging simpler.

Note that the above code doesn't actually do anything useful
yet. All I've done so far is setup the basic structures and write the
code for making the background tcp connections. None of the actual
CTDB protocol parts are done yet.

Hopefully it will grow into a useful prototype we can experiment with
soon.

Cheers, Tridge


More information about the samba-technical mailing list