~yshurik/libmemcached/libmemcached-win

« back to all changes in this revision

Viewing changes to libmemcached/do.hpp

  • 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:
2
2
 * 
3
3
 *  Libmemcached library
4
4
 *
5
 
 *  Copyright (C) 2011 Data Differential, http://datadifferential.com/
 
5
 *  Copyright (C) 2011-2013 Data Differential, http://datadifferential.com/
6
6
 *  Copyright (C) 2006-2009 Brian Aker All rights reserved.
7
7
 *
8
8
 *  Redistribution and use in source and binary forms, with or without
37
37
 
38
38
#pragma once
39
39
 
40
 
memcached_return_t memcached_vdo(org::libmemcached::Instance* ptr,
 
40
memcached_return_t memcached_vdo(memcached_instance_st*,
41
41
                                 libmemcached_io_vector_st vector[],
42
42
                                 const size_t count,
43
43
                                 const bool with_flush);