Sha256: 94e397767cdb4159486979ed3a544d0c2945e073f60d6b89ad4203e560ba41ba

Contents?: true

Size: 494 Bytes

Versions: 2

Compression:

Stored size: 494 Bytes

Contents

/* LibMemcached
 * Copyright (C) 2006-2009 Brian Aker
 * All rights reserved.
 *
 * Use and distribution licensed under the BSD license.  See
 * the COPYING file in the parent directory for full text.
 *
 * Summary:
 *
 */

#include <config.h>

#include <stdio.h>
#include <string.h>
#include <libtest/server.h>

int main(void)
{
  server_startup_st construct;

  memset(&construct, 0, sizeof(server_startup_st));

  construct.count= 4;

  server_startup(&construct);

  return EXIT_SUCCESS;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
couchbase-memcached-1.2.9 ext/libmemcached-0.50/tests/start.cc
couchbase-memcached-1.2.8 ext/libmemcached-0.50/tests/start.cc