On Fri, 26 Feb 2016, Huacai Chen wrote: > Not all handlers have the same prototype as cache_noop(), so what should I do? Just add compatible empty handlers as required. With recent GCC versions it may not even add binary code thanks to function epilogue merging. Maciej