summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-01 02:09:33 +0200
committerGünther Deschner <gd@samba.org>2009-10-01 12:19:43 +0200
commitcd82d4ba569a5048e506f8455d9c496a47805fc1 (patch)
tree9562840e5959256fc1de1bb363fa6616a52ff1ef /source3/include/proto.h
parentc6a7ecf28b5d531b8f8921643b3aa3a01b74151b (diff)
downloadsamba-cd82d4ba569a5048e506f8455d9c496a47805fc1.tar.gz
samba-cd82d4ba569a5048e506f8455d9c496a47805fc1.tar.bz2
samba-cd82d4ba569a5048e506f8455d9c496a47805fc1.zip
s3: add perfcount idl and generated files.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ba2f42688d..530f167df6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5131,18 +5131,18 @@ uint32 reg_perfcount_get_last_help(uint32 last_counter);
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(PERF_INSTANCE_DEFINITION *inst,
+bool _reg_perfcount_get_instance_info(struct PERF_INSTANCE_DEFINITION *inst,
prs_struct *ps,
int instId,
- PERF_OBJECT_TYPE *obj,
+ struct PERF_OBJECT_TYPE *obj,
TDB_CONTEXT *names);
-bool _reg_perfcount_add_instance(PERF_OBJECT_TYPE *obj,
+bool _reg_perfcount_add_instance(struct PERF_OBJECT_TYPE *obj,
prs_struct *ps,
int instInd,
TDB_CONTEXT *names);
uint32 reg_perfcount_get_perf_data_block(uint32 base_index,
prs_struct *ps,
- PERF_DATA_BLOCK *block,
+ struct PERF_DATA_BLOCK *block,
const char *object_ids);
WERROR reg_perfcount_get_hkpd(prs_struct *ps, uint32 max_buf_size, uint32 *outbuf_len, const char *object_ids);
@@ -5636,8 +5636,6 @@ NTSTATUS cli_do_rpc_ndr(struct rpc_pipe_client *cli,
/* The following definitions come from rpc_parse/parse_misc.c */
bool smb_io_time(const char *desc, NTTIME *nttime, prs_struct *ps, int depth);
-bool smb_io_system_time(const char *desc, prs_struct *ps, int depth, SYSTEMTIME *systime);
-bool make_systemtime(SYSTEMTIME *systime, struct tm *unixtime);
bool smb_io_uuid(const char *desc, struct GUID *uuid,
prs_struct *ps, int depth);