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 15:07:15 +0000 (15:07 +0000)
commit8add947b2127e3a2dd2fd515d7701c396733f8e4
tree9363fe1d021cf0587fb1914cc653ce82e816cfe7
parente3a4feda112a174eebf9c866032aff899202eed7
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