1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/common
Andrew Tridgell ec5d2ddd8e - added ctdb_set_flags() call
- added --self-connect option to ctdb_test, allowing testing when a
  node connects to itself. not as efficient as local bypass, but very
  useful for testing purposes (easier to work with 1 task in gdb than
  2)

- split the ctdb_call() into an async triple, in the style of Samba4
  async functions. So we now have ctdb_call_send(), ctdb_call_recv()
  and ctdb_call().

- added the main ctdb_call protocol logic. No error checking yet, but
  seems to work for simple cases

- ensure we initialise the length argument to getsockopt()

(This used to be ctdb commit 95fad717ef5ab93be3603aa11d2878876fe868d3)
2006-12-01 15:45:24 +11:00
..
ctdb_call.c - added ctdb_set_flags() call 2006-12-01 15:45:24 +11:00
ctdb_ltdb.c Fix ctdb_call() fetching data and ltdb backend flags 2006-11-29 17:47:42 +03:00
ctdb_util.c - added simple (fake) vnn system 2006-11-28 17:56:10 +11:00
ctdb.c - added ctdb_set_flags() call 2006-12-01 15:45:24 +11:00
util.c started splitting out transport code 2006-11-27 21:38:13 +11:00