Hi all, I am about to implement input rate limiting for imuxsock. This will be done on a per-pid (or per-cgroup) basis. I now have almost all plumbing done, but now need to implement a hash table to lookup the rate limiter objects. Before I go ahead and do my own implementation, I wanted to ask if you can recommend a small and lightweight hashtable "library".
Doing some limited search myself, I found http://www.cl.cam.ac.uk/~cwc22/hashtable/ which looks quite usable to me. But I thought I ask if you can recommend some other good libs. Feedback is appreciated, Rainer _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

