ctdbd_conn: add ctdbd_passed_ips()
authorStefan Metzmacher <metze@samba.org>
Mon, 20 Nov 2023 13:57:46 +0000 (14:57 +0100)
committerJule Anger <janger@samba.org>
Sat, 16 Dec 2023 14:29:10 +0000 (14:29 +0000)
commit6ca3ce4db30cf2d4cd906cf2a695bb928ec9f2ba
tree2b51203dddbe3cbdc5df51356451fafd219db16c
parent18d34cea2a19232dc30cbe45545885a6406e2be0
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>
(cherry picked from commit 2e784789d78d09dfbc599085e5eb1c70c5b866b8)
source3/include/ctdbd_conn.h
source3/lib/ctdb_dummy.c
source3/lib/ctdbd_conn.c