~yeban/libmemcached/todo-host.c

« back to all changes in this revision

Viewing changes to libmemcached/io.c

  • Committer: Brian Aker
  • Date: 2011-02-15 18:37:39 UTC
  • Revision ID: brian@tangent.org-20110215183739-qxo2iil3ys8g4tml
Merge in bug fix for 456080.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
  return MEMCACHED_FAILURE;
106
106
}
107
107
 
 
108
memcached_return_t memcached_io_wait_for_write(memcached_server_write_instance_st ptr)
 
109
{
 
110
  return io_wait(ptr, MEM_WRITE);
 
111
}
 
112
 
108
113
/**
109
114
 * Try to fill the input buffer for a server with as much
110
115
 * data as possible.