]> git.lizzy.rs Git - dragonstd.git/blobdiff - test/test_refcount_map.c
Add transformer to del
[dragonstd.git] / test / test_refcount_map.c
index bb369a26b3a10bde7edde2408a7d7f18109bc62a..9d717c184f81aab1c8ec8175689872319d0c6c8b 100644 (file)
@@ -95,7 +95,7 @@ static void *thread_delete(unsigned int *result)
        while (!cancel) {
                unsigned int id = rand_id();
 
-               if (map_del(&map, &id, &data_object_compare_id, (void *) &refcount_drp, NULL))
+               if (map_del(&map, &id, &data_object_compare_id, (void *) &refcount_drp, NULL, NULL))
                        (*result)++;
        }