From 25ab8828a191bf67c85be1c8e21dc7d17c2f65d1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 1 Oct 2009 03:39:07 +0200 Subject: s3-perfcount: only pass down prs_struct when really required. Guenther --- source3/include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include') 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, -- cgit