hi @henningw, I'm developing a module that requires to have a hash in memory to keep
some user information it retrieves from another system via diameter.
The use case is similar to tsilo or domain modules, the information needs to be available
for all processes and accesible through a key.
However, if you look at those modules (and I think there were others that I can't
remember now) they all implement their own structures to handle the hash table, the
collision slots, the entries, the linked lists, the accessor functions,... when it's
not needed as kamailio already has a library that contains all of that. The only missing
part is that until now it only worked in private memory
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1535#issuecomment-390129867