~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to libhashkit/jenkins.c

Merge in all current libmemcached work, plus restore older, working,
memslap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
* Add big endian support
12
12
*/
13
13
 
14
 
#include "common.h"
 
14
#include <libhashkit/common.h>
15
15
 
16
16
#define hashsize(n) ((uint32_t)1<<(n))
17
17
#define hashmask(n) (hashsize(n)-1)