~tangent-org/libmemcached/trunk

« back to all changes in this revision

Viewing changes to clients/ms_setting.h

  • 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:
153
153
  bool verbose;                         /* whether it outputs detailed information when verification */
154
154
  bool facebook_test;                   /* facebook test, TCP set and multi-get with UDP */
155
155
  uint32_t sock_per_conn;                    /* number of socks per connection structure */
156
 
  bool binary_prot;                     /* whether it use binary protocol */
 
156
  bool binary_prot_;                     /* whether it use binary protocol */
157
157
  int expected_tps;                     /* expected throughput */
158
158
  uint32_t rep_write_srv;                    /* which servers are used to do replication writing */
159
159
} ms_setting_st;