Add helpers required to handle multichannel connections
authorSachin Prabhu <sprabhu@redhat.com>
Tue, 17 Sep 2019 12:23:36 +0000 (13:23 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 28 Jan 2020 12:26:51 +0000 (13:26 +0100)
commitbaa6a165514f9ad3b4d7da8b7f6d04569619fe37
treefdc01f7174e351ab8d801db89b8f87120d297625
parentceba9060d9a570c1ff01941a17cd806d12f7ec0d
Add helpers required to handle multichannel connections

Add the following helpers
smb_has_multiple_channels()
smb_get_next_connection()
smb_get_latest_client_connection()

Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
source3/smbd/globals.h
source3/smbd/smb2_server.c