Messages in this thread |  | | | Date | Wed, 1 Aug 2012 11:21:12 -0700 | | From | Tejun Heo <> | | Subject | Re: [RFC 1/4] hashtable: introduce a small and naive hashtable |
| |
On Wed, Aug 01, 2012 at 08:19:52PM +0200, Sasha Levin wrote: > If we switch to using functions, we could no longer hide it anywhere > (we'd need to either turn the buckets into a struct, or have the > user pass it around to all functions).
Create an outer struct hash_table which remembers the size?
-- tejun
|  |