mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
88681f05f1
Instead of using 'key state & key end' uint8_t* switch to use void* key, & size_t keylen. This allows easier adaptation with lvm code base with way too much casting with every use of function. Also correctly mark const buffers to avoid compiled warnings and casting. Adapt the only bcache user ATM for API change. Adapt unit test to match changed API. |
||
---|---|---|
.. | ||
bcache_t.c | ||
bcache_utils_t.c | ||
bitset_t.c | ||
config_t.c | ||
dmhash_t.c | ||
dmlist_t.c | ||
dmstatus_t.c | ||
framework.c | ||
framework.h | ||
io_engine_t.c | ||
Makefile | ||
matcher_data.h | ||
matcher_t.c | ||
percent_t.c | ||
radix_tree_t.c | ||
rt_case1.c | ||
run.c | ||
string_t.c | ||
unit-test.sh | ||
units.h | ||
vdo_t.c |