summaryrefslogtreecommitdiff
path: root/memcached_dtrace.d
diff options
context:
space:
mode:
Diffstat (limited to 'memcached_dtrace.d')
-rw-r--r--memcached_dtrace.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcached_dtrace.d b/memcached_dtrace.d
index 3443795..b33f48f 100644
--- a/memcached_dtrace.d
+++ b/memcached_dtrace.d
@@ -57,7 +57,7 @@ provider memcached {
* @param connid the connection id
* @param threadid the thread id
*/
- probe conn__dispatch(int connid, int threadid);
+ probe conn__dispatch(int connid, int64_t threadid);
/**
* Allocate memory from the slab allocator.