comparison src/core/ngx_crc32.h @ 930:45df22906c12

allocate aligned ngx_crc32_table_short globally
author Igor Sysoev <igor@sysoev.ru>
date Fri, 15 Dec 2006 21:31:03 +0000
parents 8d39da951bbd
children 8c696afe46b3
comparison
equal deleted inserted replaced
929:1adfc55bb6dc 930:45df22906c12
47 47
48 return crc ^ 0xffffffff; 48 return crc ^ 0xffffffff;
49 } 49 }
50 50
51 51
52 ngx_int_t ngx_crc32_init(ngx_pool_t *pool); 52 ngx_int_t ngx_crc32_init(void);
53 53
54 54
55 #endif /* _NGX_CRC32_H_INCLUDED_ */ 55 #endif /* _NGX_CRC32_H_INCLUDED_ */