Moved 'hash' to before 'vector', as it was right next to vps.
authoraland <aland>
Mon, 23 Apr 2007 08:46:52 +0000 (08:46 +0000)
committeraland <aland>
Mon, 23 Apr 2007 08:46:52 +0000 (08:46 +0000)
commit33587b30a18a42c736c82800a129c0652d1cd72f
tree8eebdc0dbd06f23981d58981853e3c8bcdeef0e4
parent1fef51498ef4e8e2fbb6a8e9de3af4b2e0b6830d
Moved 'hash' to before 'vector', as it was right next to vps.
hash is read in the main thread, and vps is written to in child
threads.  Having them next to each other results in cache line
bouncing.  Moving it means that there won't be cache line
bouncing, for a small performance increase
src/include/libradius.h