~brianaker/libmemcached/merge-1.0-april-2013

« back to all changes in this revision

Viewing changes to libtest/server.h

  • Committer: Continuous Integration
  • Date: 2013-01-14 21:10:11 UTC
  • mfrom: (1094.1.2 libmemcached-1.2)
  • Revision ID: ci@tangent.org-20130114211011-qql124fta45s730w
Merge lp:~tangent-org/libmemcached/1.2-build/ Build: jenkins-Libmemcached-199

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#include <cassert>
42
42
#include <cstdio>
43
43
#include <cstring>
 
44
 
44
45
#include <netdb.h>
45
46
#include <netinet/in.h>
 
47
 
46
48
#include <string>
47
49
#include <unistd.h>
48
50
#include <vector>
249
251
 
250
252
  std::string log_and_pid();
251
253
 
252
 
  bool kill();
 
254
  bool murder();
253
255
  bool start();
254
256
  bool command(libtest::Application& app);
255
257