~brianaker/libmemcached/merge-1.0-april-2013

« back to all changes in this revision

Viewing changes to libmemcached/instance.hpp

  • Committer: Continuous Integration
  • Date: 2013-01-14 21:10:11 UTC
  • mfrom: (1094.1.2 libmemcached-1.2)
  • Revision ID: ci@tangent.org-20130114211011-qql124fta45s730w
Merge lp:~tangent-org/libmemcached/1.2-build/ Build: jenkins-Libmemcached-199

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
  {
86
86
  }
87
87
 
 
88
  bool valid() const;
 
89
 
 
90
  bool is_shutting_down() const;
 
91
 
 
92
  void start_close_socket();
 
93
  void close_socket();
 
94
 
88
95
  uint32_t response_count() const
89
96
  {
90
97
    return cursor_active_;