Skip to content

Commit

Permalink
CLEANUP: Detach ASCII/Binary protocols from memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
ing-eoking committed Nov 28, 2023
1 parent 058b86d commit 33e2320
Show file tree
Hide file tree
Showing 8 changed files with 11,939 additions and 11,802 deletions.
6 changes: 5 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ memcached_SOURCES = \
cmdlog.h \
lqdetect.c \
lqdetect.h \
trace.h
trace.h \
proto_ascii.c \
proto_ascii.h \
proto_bin.c \
proto_bin.h
memcached_LDFLAGS =-R '$(libdir)'
memcached_CFLAGS = @PROFILER_FLAGS@ ${AM_CFLAGS}
memcached_DEPENDENCIES = libmcd_util.la
Expand Down
1 change: 1 addition & 0 deletions include/memcached/engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#ifndef MEMCACHED_ENGINE_H
#define MEMCACHED_ENGINE_H

#include <config.h>
#include <sys/types.h>
#include <stdbool.h>
#include <stdint.h>
Expand Down
Loading

0 comments on commit 33e2320

Please sign in to comment.