~brianaker/gearmand/734663

« back to all changes in this revision

Viewing changes to gearmand/gearmand.cc

  • Committer: Brian Aker
  • Date: 2011-02-15 01:48:22 UTC
  • mfrom: (373.1.5 gearmand-trunk)
  • Revision ID: brian@tangent.org-20110215014822-2rbjyk2a1stv4pev
Merge in bug fix for memcached, and various icc failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
327
327
    }
328
328
    else if (not strcmp(name, "round-robin"))
329
329
    {
330
 
      round_robin++;
 
330
      round_robin= true;
331
331
    }
332
332
    else if (not strcmp(name, "version"))
333
333
    {