summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-01-27 14:15:41 -0800
committerdormando <dormando@rydia.net>2017-01-30 14:11:40 -0800
commit625692972e441381041128bc76c198b0e9c13b52 (patch)
tree1003920c16da0d1313165ee17be3d443a587023a /util.h
parent196270fcee4eb35a7968156d96c2386467126965 (diff)
downloadmemcached-625692972e441381041128bc76c198b0e9c13b52.tar.gz
"lru tune" command for setting LRU parameters
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index 33ca04a..825cc9e 100644
--- a/util.h
+++ b/util.h
@@ -15,6 +15,7 @@ bool safe_strtoull(const char *str, uint64_t *out);
bool safe_strtoll(const char *str, int64_t *out);
bool safe_strtoul(const char *str, uint32_t *out);
bool safe_strtol(const char *str, int32_t *out);
+bool safe_strtod(const char *str, double *out);
#ifndef HAVE_HTONLL
extern uint64_t htonll(uint64_t);