ctdbd_conn: add ctdbd_passed_ips()
authorStefan Metzmacher <metze@samba.org>
Mon, 20 Nov 2023 13:57:46 +0000 (14:57 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 15 Dec 2023 11:06:34 +0000 (11:06 +0000)
commit2e784789d78d09dfbc599085e5eb1c70c5b866b8
tree417a584aad65e38b725b30fa292b2c7103862a16
parentf3a03f3f774f0795fc1a163f12cccb9cedeebec1
ctdbd_conn: add ctdbd_passed_ips()

This is similar to ctdbd_unregister_ips(), but with the
difference that ctdb keeps the 'tickle' information for
the tcp connection alive, because another smbd process
took care of that tcp connection in a multichannel scenario.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15523

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
source3/include/ctdbd_conn.h
source3/lib/ctdb_dummy.c
source3/lib/ctdbd_conn.c