hash: Make hash function pieces available to other modules.
authorBen Pfaff <blp@nicira.com>
Sat, 28 Feb 2009 00:54:38 +0000 (16:54 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 20:52:00 +0000 (12:52 -0800)
commit2b280891fb53250056cf3d333a8f53b92303ee55
treec78c15dcfecab64a229f802de1a48886e5245f35
parent43272b6687126f060155821a7fcdf3f4faea78e8
hash: Make hash function pieces available to other modules.

This way, modules that want to implement hash functions on their own terms,
for performance (e.g. the classifier), do not have to duplicate the code.
lib/hash.c
lib/hash.h