summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authortodd stecher <todd.stecher@gmail.com>2009-02-11 22:28:20 -0800
committerTim Prouty <tprouty@samba.org>2009-02-13 12:59:30 -0800
commitdbe2588e4659579feec76b3e1d7c4595ecdf8242 (patch)
tree2154973ce490a2fac396d3c5f5556dbfd3cb5583 /source3/configure.in
parentad07bb8dbd1c188d1c8840fd8aee893a11115140 (diff)
downloadsamba-dbe2588e4659579feec76b3e1d7c4595ecdf8242.tar.gz
samba-dbe2588e4659579feec76b3e1d7c4595ecdf8242.tar.bz2
samba-dbe2588e4659579feec76b3e1d7c4595ecdf8242.zip
s3: Test module for perfcount system
Add 'perfcount module = pc_test' to exercise this module. Results are logged into smb.log every 50 operations (configurable via smb.conf).
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 4ff4c7ba01..97f35113e1 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -421,7 +421,7 @@ default_shared_modules="vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_
if test "x$developer" = xyes; then
default_static_modules="$default_static_modules rpc_rpcecho"
- default_shared_modules="$default_shared_modules charset_weird"
+ default_shared_modules="$default_shared_modules charset_weird perfcount_test"
fi
#
@@ -6137,6 +6137,7 @@ SMB_MODULE(vfs_onefs, \$(VFS_ONEFS), "bin/onefs.$SHLIBEXT", VFS)
SMB_SUBSYSTEM(VFS,smbd/vfs.o)
SMB_MODULE(perfcount_onefs, \$(PERFCOUNT_ONEFS), "bin/pc_onefs.$SHLIBEXT", PERFCOUNT)
+SMB_MODULE(perfcount_test, \$(PERFCOUNT_TEST), "bin/pc_test.$SHLIBEXT", PERFCOUNT)
SMB_SUBSYSTEM(PERFCOUNT,smbd/perfcount.o)
SMB_MODULE(gpext_registry, libgpo/gpext/registry.o, "bin/registry.$SHLIBEXT", GPEXT)