~tangent-org/libmemcached/trunk

« back to all changes in this revision

Viewing changes to libtest/server_container.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:
99
99
// host_to_shutdown => host number to shutdown in array
100
100
bool server_startup_st::shutdown(uint32_t host_to_shutdown)
101
101
{
102
 
  Error << servers.size() << " > " << host_to_shutdown;
103
102
  if (servers.size() > host_to_shutdown)
104
103
  {
105
104
    Server* tmp= servers[host_to_shutdown];