s3: Add connections_forall_read()
commit8bebb380e8b581b41f3057c128d73094c1bde332
authorVolker Lendecke <vl@samba.org>
Mon, 1 Mar 2010 13:28:22 +0000 (1 14:28 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 1 Mar 2010 13:51:34 +0000 (1 14:51 +0100)
tree3470aabb76b4800f32ef85a13f6f53936a9e261e
parent3deba6349ca751d669e2af817ec7e2c7eb6195b3
s3: Add connections_forall_read()

In a cluster, this makes a large difference: For r/w traverse, we have to do a
fetch_locked on every record which for most users of connections_forall is just
overkill.
source3/include/proto.h
source3/lib/conn_tdb.c
source3/smbd/sesssetup.c
source3/utils/net_status.c
source3/utils/smbcontrol.c
source3/utils/status.c
source3/web/statuspage.c