projects
/
perl.git
/ blobdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Hash Function Change - Murmur hash and true per process hash seed
[perl.git]
/
perlvars.h
diff --git
a/perlvars.h
b/perlvars.h
index
20c3882
..
68471a0
100644
(file)
--- a/
perlvars.h
+++ b/
perlvars.h
@@
-231,3
+231,6
@@
PERLVAR(G, sv_placeholder, SV)
#if defined(MYMALLOC) && defined(USE_ITHREADS)
PERLVAR(G, malloc_mutex, perl_mutex) /* Mutex for malloc */
#endif
+
+PERLVARI(G, hash_seed_set, bool, FALSE) /* perl.c */
+PERLVARA(G, hash_seed, 8, unsigned char) /* and hv.h */