summaryrefslogtreecommitdiff
path: root/databases/libmemcached/files/patch-clients_memaslap.c
blob: 02ea7c490ed76176b15ab6ab82633f52d266500c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- clients/memaslap.c.orig	2020-08-22 10:06:16 UTC
+++ clients/memaslap.c
@@ -45,6 +45,11 @@
 #define OPTIONSTRING const char*
 #endif
 
+/* global variables */
+ms_global_t ms_global;
+ms_statistic_t ms_statistic;
+ms_stats_t ms_stats;
+
 /* options */
 static struct option long_options[]=
 {