summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-01 03:39:07 +0200
committerGünther Deschner <gd@samba.org>2009-10-01 12:19:48 +0200
commit25ab8828a191bf67c85be1c8e21dc7d17c2f65d1 (patch)
tree8746c6ace7a0ed2727449ea4c7da622d8fc74518 /source3/include
parentcd82d4ba569a5048e506f8455d9c496a47805fc1 (diff)
downloadsamba-25ab8828a191bf67c85be1c8e21dc7d17c2f65d1.tar.gz
samba-25ab8828a191bf67c85be1c8e21dc7d17c2f65d1.tar.bz2
samba-25ab8828a191bf67c85be1c8e21dc7d17c2f65d1.zip
s3-perfcount: only pass down prs_struct when really required.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 530f167df6..93bad7f0d0 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5132,12 +5132,12 @@ uint32 reg_perfcount_get_counter_help(uint32 base_index, char **retbuf);
uint32 reg_perfcount_get_counter_names(uint32 base_index, char **retbuf);
bool _reg_perfcount_get_counter_data(TDB_DATA key, TDB_DATA *data);
bool _reg_perfcount_get_instance_info(struct PERF_INSTANCE_DEFINITION *inst,
- prs_struct *ps,
+ TALLOC_CTX *mem_ctx,
int instId,
struct PERF_OBJECT_TYPE *obj,
TDB_CONTEXT *names);
bool _reg_perfcount_add_instance(struct PERF_OBJECT_TYPE *obj,
- prs_struct *ps,
+ TALLOC_CTX *mem_ctx,
int instInd,
TDB_CONTEXT *names);
uint32 reg_perfcount_get_perf_data_block(uint32 base_index,