From 5f6a145800a9e67c638f3ee05e43bb12fafffb48 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Tue, 14 Sep 2010 22:17:47 +0200 Subject: s3/profiling: don't use CLOCK_PROCESS_CPUTIME_ID that clock is a CPU burnometer but we need a chronometer for profiling. --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 73fe868d84..f089c696f0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1230,7 +1230,6 @@ char *procid_str(TALLOC_CTX *mem_ctx, const struct server_id *pid); char *procid_str_static(const struct server_id *pid); bool procid_valid(const struct server_id *pid); bool procid_is_local(const struct server_id *pid); -int this_is_smp(void); bool trans_oob(uint32_t bufsize, uint32_t offset, uint32_t length); bool is_offset_safe(const char *buf_base, size_t buf_len, char *ptr, size_t off); char *get_safe_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off); -- cgit