Skip to content

Commit e1bb1db

Browse files
committed
main: split binary protocol into proto_bin.c
also some missed text bits.
1 parent e190205 commit e1bb1db

File tree

6 files changed

+1639
-1607
lines changed

6 files changed

+1639
-1607
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ memcached_SOURCES = memcached.c memcached.h \
2626
slab_automove.c slab_automove.h \
2727
authfile.c authfile.h \
2828
restart.c restart.h \
29-
proto_text.c proto_text.h
29+
proto_text.c proto_text.h \
30+
proto_bin.c proto_bin.h
3031

3132
if BUILD_SOLARIS_PRIVS
3233
memcached_SOURCES += solaris_priv.c

0 commit comments

Comments
 (0)