~yolanda.robla/ubuntu/trusty/memcached/add_distribution

« back to all changes in this revision

Viewing changes to memcached_dtrace.d

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-08-23 13:52:39 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120823135239-a7e507axruynqtam
Tags: 1.4.14-0ubuntu1
* New upstream release.
* d/p/60_fix_racey_test.patch: Dropped, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
   probe command__append(int connid, const char *key, int keylen, int size, int64_t casid);
252
252
 
253
253
   /**
 
254
    * Fired for an touch-command.
 
255
    * @param connid connection id
 
256
    * @param key requested key
 
257
    * @param keylen length of the key
 
258
    * @param size the new size of the key's data (or signed int -1 if
 
259
    *             not found)
 
260
    * @param casid the casid for the item
 
261
    */
 
262
   probe command__touch(int connid, const char *key, int keylen, int size, int64_t casid);
 
263
 
 
264
   /**
254
265
    * Fired for a cas-command.
255
266
    * @param connid connection id
256
267
    * @param key requested key