summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-09-25 23:54:25 -0700
committerdormando <dormando@rydia.net>2017-09-26 00:05:31 -0700
commit4ce647a23128583b74822748a7f1411a75f50d51 (patch)
treeb8c5d5d98b8fcd912f7cc45da8c13d5c9b048d06 /thread.c
parenta3a955fffcf544072bb49ac81b3bf6a48a0b4a22 (diff)
downloadmemcached-4ce647a23128583b74822748a7f1411a75f50d51.tar.gz
interface code for flash branch
removes a few ifdef's and upstreams small internal interface tweaks for easy rebase.
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index b02b0f9..0bca3df 100644
--- a/thread.c
+++ b/thread.c
@@ -700,7 +700,7 @@ void slab_stats_aggregate(struct thread_stats *stats, struct slab_stats *out) {
*
* nthreads Number of worker event handler threads to spawn
*/
-void memcached_thread_init(int nthreads) {
+void memcached_thread_init(int nthreads, void *arg) {
int i;
int power;