Skip to content

Commit

Permalink
pull LRU crawler out into its own file.
Browse files Browse the repository at this point in the history
~600 lines gone from items.c makes it a lot more manageable.

this change is almost purely moving code around and renaming functions. very
little logic has changed.
  • Loading branch information
dormando committed Aug 20, 2016
1 parent fa41fe0 commit a45d24d
Show file tree
Hide file tree
Showing 7 changed files with 701 additions and 642 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ memcached_SOURCES = memcached.c memcached.h \
util.c util.h \
trace.h cache.h sasl_defs.h \
bipbuffer.c bipbuffer.h \
logger.c logger.h
logger.c logger.h \
crawler.c crawler.h

if BUILD_CACHE
memcached_SOURCES += cache.c
Expand Down
Loading

0 comments on commit a45d24d

Please sign in to comment.