Skip to content

Commit 333bbb9

Browse files
ing-eokingjhpark816
authored andcommitted
INTERNAL: Rename stats files to stats_prefix
1 parent 950707a commit 333bbb9

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ memcached_SOURCES = \
7979
memcached.c\
8080
memcached.h \
8181
sasl_defs.h \
82-
stats.c stats.h \
82+
stats_prefix.c \
83+
stats_prefix.h \
8384
thread.c \
8485
thread.h \
8586
mc_util.c \

memcached.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ conn *conn_new(const int sfd, STATE_FUNC init_state, const int event_flags,
574574
extern int daemonize(int nochdir, int noclose);
575575
#endif
576576

577-
#include "stats.h"
577+
#include "stats_prefix.h"
578578
#include "trace.h"
579579
#include "hash.h"
580580
#include <memcached/util.h>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)