~tangent-org/libmemcached/trunk

« back to all changes in this revision

Viewing changes to libmemcached/flush.cc

  • Committer: Brian Aker
  • Date: 2012-07-11 06:45:31 UTC
  • mfrom: (1049.1.10 libmemcached-build)
  • Revision ID: brian@tangent.org-20120711064531-f6ttjdcxrd0cjp7m
Merge in build trunk work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
  for (uint32_t x= 0; x < memcached_server_count(ptr); x++)
54
54
  {
55
 
    memcached_server_write_instance_st instance= memcached_server_instance_fetch(ptr, x);
 
55
    org::libmemcached::Instance* instance= memcached_instance_fetch(ptr, x);
56
56
    initialize_binary_request(instance, request.message.header);
57
57
 
58
58
    if (reply)
84
84
 
85
85
  for (uint32_t x= 0; x < memcached_server_count(ptr); x++)
86
86
  {
87
 
    memcached_server_write_instance_st instance= memcached_server_instance_fetch(ptr, x);
 
87
    org::libmemcached::Instance* instance= memcached_instance_fetch(ptr, x);
88
88
 
89
89
    if (memcached_instance_response_count(instance) > 0)
90
90
    {
115
115
  memcached_return_t rc= MEMCACHED_SUCCESS;
116
116
  for (uint32_t x= 0; x < memcached_server_count(ptr); x++)
117
117
  {
118
 
    memcached_server_write_instance_st instance= memcached_server_instance_fetch(ptr, x);
 
118
    org::libmemcached::Instance* instance= memcached_instance_fetch(ptr, x);
119
119
 
120
120
    libmemcached_io_vector_st vector[]=
121
121
    {