Updated to latest memcached
[awesomized/libmemcached] / memcached / memcached_dtrace.d
index eeffb6f3e67bc9ba8e1a99e044333c1cf31d9ab1..0fe132c442933393504b242bb64bb82322b5e77e 100644 (file)
@@ -250,6 +250,17 @@ provider memcached {
     */
    probe command__append(int connid, const char *key, int keylen, int size, int64_t casid);
 
+   /**
+    * Fired for an touch-command.
+    * @param connid connection id
+    * @param key requested key
+    * @param keylen length of the key
+    * @param size the new size of the key's data (or signed int -1 if
+    *             not found)
+    * @param casid the casid for the item
+    */
+   probe command__touch(int connid, const char *key, int keylen, int size, int64_t casid);
+
    /**
     * Fired for a cas-command.
     * @param connid connection id