Skip to content

Commit e190205

Browse files
committed
main: split text protocol into proto_text.c
export a lot of the connection handling code from memcached.c
1 parent 53b4d74 commit e190205

File tree

5 files changed

+2795
-2746
lines changed

5 files changed

+2795
-2746
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ memcached_SOURCES = memcached.c memcached.h \
2525
itoa_ljust.c itoa_ljust.h \
2626
slab_automove.c slab_automove.h \
2727
authfile.c authfile.h \
28-
restart.c restart.h
28+
restart.c restart.h \
29+
proto_text.c proto_text.h
2930

3031
if BUILD_SOLARIS_PRIVS
3132
memcached_SOURCES += solaris_priv.c

0 commit comments

Comments
 (0)