~y-maris/libmemcached/libmemcached

« back to all changes in this revision

Viewing changes to clients/memflush.cc

  • Committer: Continuous Integration
  • Date: 2012-11-26 10:58:31 UTC
  • mfrom: (1080.1.6 libmemcached-1.2)
  • Revision ID: ci@tangent.org-20121126105831-4bnsokmlh631slsx
Merge lp:~tangent-org/libmemcached/1.2-build Build: jenkins-Libmemcached-1.2-4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* LibMemcached
 
2
 * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/
2
3
 * Copyright (C) 2006-2009 Brian Aker
3
4
 * All rights reserved.
4
5
 *
8
9
 * Summary:
9
10
 *
10
11
 */
11
 
#include "config.h"
 
12
#include "mem_config.h"
12
13
 
13
14
#include <cstdio>
14
15
#include <cstring>
16
17
#include <iostream>
17
18
#include <unistd.h>
18
19
 
19
 
#include <libmemcached/memcached.h>
 
20
#include <libmemcached-1.2/memcached.h>
 
21
 
20
22
#include "client_options.h"
21
23
#include "utilities.h"
22
24