summaryrefslogtreecommitdiff
path: root/source3/modules/perfcount_test.c
diff options
context:
space:
mode:
authorScott Urban <scott.urban@isilon.com>2009-03-27 17:33:26 -0700
committerSteven Danneman <steven.danneman@isilon.com>2009-03-27 17:33:26 -0700
commitee22c417f3ae156522151815605300c703eeb664 (patch)
treeb80303f5642d5a2bd0f32bb9a878fc3b7f98916a /source3/modules/perfcount_test.c
parent21ad907aa01d839d405b10809517d491b72184da (diff)
downloadsamba-ee22c417f3ae156522151815605300c703eeb664.tar.gz
samba-ee22c417f3ae156522151815605300c703eeb664.tar.bz2
samba-ee22c417f3ae156522151815605300c703eeb664.zip
s3: added per-client statistics to onefs perfcount module
* we now track, uid, remote ip, and local ip per CIFS operation * removed perfcount_set_client() from perfcount interface as it's unecessary
Diffstat (limited to 'source3/modules/perfcount_test.c')
-rw-r--r--source3/modules/perfcount_test.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/modules/perfcount_test.c b/source3/modules/perfcount_test.c
index 418d83ace5..b72ac9f7b5 100644
--- a/source3/modules/perfcount_test.c
+++ b/source3/modules/perfcount_test.c
@@ -351,14 +351,6 @@ static void perfcount_test_defer_op(struct smb_perfcount_data *pcd,
return;
}
-static void perfcount_test_set_client(struct smb_perfcount_data *pcd,
- uid_t uid, const char *user,
- const char *domain)
-{
- /* WIP */
- return;
-}
-
static void perfcount_test_end(struct smb_perfcount_data *pcd)
{
struct perfcount_test_context *ctxt =
@@ -382,7 +374,6 @@ static struct smb_perfcount_handlers perfcount_test_handlers = {
perfcount_test_set_ioctl,
perfcount_test_set_msglen_in,
perfcount_test_set_msglen_out,
- perfcount_test_set_client,
perfcount_test_copy_context,
perfcount_test_defer_op,
perfcount_test_end