]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
cache API: for `read/write` the key is const, really
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 9 Nov 2017 09:29:56 +0000 (10:29 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 9 Nov 2017 09:47:08 +0000 (10:47 +0100)
commitbeb78004a6dad08129ca1b8725715d929d207cf7
treeccbdbba152ef98924262ed65fbeb9bac17fbfadd
parent5d5640b046828131da601a712a3f6e9d9f6541e6
cache API: for `read/write` the key is const, really

It might better be passed by value, but let me keep the way for now.
lib/cdb.h
lib/cdb_lmdb.c
modules/kmemcached/cdb_memcached.c
modules/redis/cdb_redis.c