~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libmemcachedutil/ping.cc

  • Committer: Brian Aker
  • Date: 2011-10-05 21:43:41 UTC
  • mfrom: (929.1.285 libmemcached-build)
  • mto: This revision was merged to the branch mainline in revision 967.
  • Revision ID: brian@tangent.org-20111005214341-le14e1xyyyph9ymq
MergeĀ inĀ touch/etc

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 *
38
38
 */
39
39
 
40
 
#include <libmemcached/common.h>
41
 
#include <libmemcached/memcached_util.h>
 
40
#include <libmemcachedutil/common.h>
42
41
 
43
42
bool libmemcached_util_ping(const char *hostname, in_port_t port, memcached_return_t *ret)
44
43
{