| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/databases/libmemcached/files/ |
Upload File : |
--- clients/ms_memslap.h.orig 2020-08-22 10:06:28 UTC +++ clients/ms_memslap.h @@ -116,14 +116,14 @@ typedef struct global bool time_out; } ms_global_t; -/* global structure */ -ms_global_t ms_global; +/* global structure, defined in memaslap.c */ +extern ms_global_t ms_global; -/* global stats information structure */ -ms_stats_t ms_stats; +/* global stats information structure, defined in memaslap.c */ +extern ms_stats_t ms_stats; -/* global statistic structure */ -ms_statistic_t ms_statistic; +/* global statistic structure, defined in mamaslap.c */ +extern ms_statistic_t ms_statistic; #ifdef __cplusplus }