summaryrefslogtreecommitdiff
path: root/source3/modules/perfcount_test.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-19S3: Make changes to perfcount API set for when a single request leads to ↵todd stecher1-0/+47
multiple replies (e.g. reply_echo). Change test and onefs modules to match new api set (thanks Volker!).
2009-02-16s3 perfcount: Fix segfault with smbclient 'echo 3 foo'Tim Prouty1-33/+11
2009-02-14Replace a // style comment with a /* */ oneVolker Lendecke1-1/+1
2009-02-14Fix some C++ warningsVolker Lendecke1-7/+14
2009-02-13s3: Test module for perfcount systemtodd stecher1-0/+363
Add 'perfcount module = pc_test' to exercise this module. Results are logged into smb.log every 50 operations (configurable via smb.conf).