Skip to content

Commit

Permalink
Refactor: moved the hash function from assoc.c to hash.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Trond Norbye authored and Trond Norbye committed Mar 2, 2009
1 parent d2b97e6 commit 1a07065
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 421 deletions.
8 changes: 7 additions & 1 deletion Makefile.am
Expand Up @@ -3,7 +3,13 @@ pkginclude_HEADERS = protocol_binary.h

BUILT_SOURCES= @DTRACE_HEADER@

memcached_SOURCES = memcached.c slabs.c slabs.h items.c items.h assoc.c assoc.h memcached.h thread.c stats.c stats.h daemon.c
memcached_SOURCES = memcached.c memcached.h \
hash.c hash.h \
slabs.c slabs.h \
items.c items.h \
assoc.c assoc.h \
thread.c daemon.c \
stats.c stats.h
memcached_debug_SOURCES = $(memcached_SOURCES)
memcached_CPPFLAGS = -DNDEBUG
memcached_LDADD = @DTRACE_OBJ@
Expand Down

0 comments on commit 1a07065

Please sign in to comment.