summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-09-14 22:17:47 +0200
committerBjörn Jacke <bj@sernet.de>2010-09-14 22:17:47 +0200
commit5f6a145800a9e67c638f3ee05e43bb12fafffb48 (patch)
tree8d2ee202be2ad2ba56bc5a1903063e896a294baa /source3/include/proto.h
parent9c00fb4aa68ac7b044e954906e5ed20e039373a3 (diff)
downloadsamba-5f6a145800a9e67c638f3ee05e43bb12fafffb48.tar.gz
samba-5f6a145800a9e67c638f3ee05e43bb12fafffb48.tar.bz2
samba-5f6a145800a9e67c638f3ee05e43bb12fafffb48.zip
s3/profiling: don't use CLOCK_PROCESS_CPUTIME_ID
that clock is a CPU burnometer but we need a chronometer for profiling.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
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);