~ubuntu-branches/debian/sid/gearmand/sid

« back to all changes in this revision

Viewing changes to libtest/blobslap_worker.cc

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2012-05-01 20:43:47 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120501204347-qaifvvjkktvc9upu
Tags: 0.32-1
* Imported Upstream version 0.32
* Remove spelling patch included upstream
* Remove documentation patch, we do not rebuild documentation
* Remove memcached patch, fixed upstream
* Use dh_autoreconf
* Use copyright format 1.0

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;