Found with modernize-use-nullptr NULL in C++ is 0 whereas it is a void pointer in C. Avoids implicit conversions. Signed-off-by: Rosen Penev <rosenp@gmail.com> Acked-by: Frediano Ziglio <freddy77@gmail.com>
Found with modernize-use-using Also manually removed a bunch of typedefs as they are no longer useful in C++. https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using Signed-off-by: Rosen Penev <rosenp@gmail.com>
Test that dispatcher work. Signed-off-by: Frediano Ziglio <freddy77@gmail.com>