~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libtest/blobslap_worker.cc

  • Committer: Continuous Integration
  • Date: 2012-04-03 15:33:28 UTC
  • mfrom: (991.4.1 workspace)
  • mto: This revision was merged to the branch mainline in revision 992.
  • Revision ID: ci@tangent.org-20120403153328-c3hchrmd2bvfxayb
Merge working tree with build tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
private:
50
50
public:
51
51
  BlobslapWorker(in_port_t port_arg) :
52
 
    Server("localhost", port_arg)
 
52
    Server("localhost", port_arg, "benchmark/blobslap_worker", true)
53
53
  { 
54
54
    set_pid_file();
55
55
  }
118
118
    return "blobslap_worker";
119
119
  };
120
120
 
121
 
  const char *executable()
122
 
  {
123
 
    return "benchmark/blobslap_worker";
124
 
  }
125
 
 
126
 
  const char *daemon_file_option()
127
 
  {
128
 
    return "--daemon";
129
 
  }
130
 
 
131
121
  bool has_port_option() const
132
122
  {
133
123
    return true;