src/core/ngx_murmurhash.h - nginx-1.7.10

Macros defined

Source code


  1. /*
  2. * Copyright (C) Igor Sysoev
  3. * Copyright (C) Nginx, Inc.
  4. */


  5. #ifndef _NGX_MURMURHASH_H_INCLUDED_
  6. #define _NGX_MURMURHASH_H_INCLUDED_


  7. #include <ngx_config.h>
  8. #include <ngx_core.h>


  9. uint32_t ngx_murmur_hash2(u_char *data, size_t len);


  10. #endif /* _NGX_MURMURHASH_H_INCLUDED_ */