~yshurik/libmemcached/libmemcached-win

« back to all changes in this revision

Viewing changes to tests/libmemcached-1.0/stat.cc

  • Committer: Continuous Integration
  • Date: 2013-04-03 13:16:24 UTC
  • mfrom: (1100.1.1 libmemcached-1.2)
  • Revision ID: ci@tangent.org-20130403131624-j59dhv5z5l0lsdld
Merge lp:~tangent-org/libmemcached/1.2-build/ Build: jenkins-Libmemcached-250

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
#include "tests/libmemcached-1.0/stat.h"
50
50
 
51
 
static memcached_return_t item_counter(memcached_server_instance_st ,
 
51
static memcached_return_t item_counter(const memcached_instance_st * ,
52
52
                                       const char *key, size_t key_length,
53
53
                                       const char *value, size_t, // value_length,
54
54
                                       void *context)