X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fext%2Fvom_test.cpp;fp=test%2Fext%2Fvom_test.cpp;h=f17d749f3f3aefa8abb23be57380774eaedcb288;hb=193c47d900bfbc15e4e46ede7c25ecf1ca95b898;hp=b417edeb2c23dc0350871cc5bbf5c6c54566296e;hpb=be2286b0a4ff0cd31791b86d38a5e72b06bc17c2;p=vpp.git diff --git a/test/ext/vom_test.cpp b/test/ext/vom_test.cpp index b417edeb2c2..f17d749f3f3 100644 --- a/test/ext/vom_test.cpp +++ b/test/ext/vom_test.cpp @@ -98,7 +98,7 @@ class MockListener : public interface::event_listener, void handle_interface_stat(interface_cmds::stats_enable_cmd *cmd) { } - void handle_interface_event(interface_cmds::events_cmd *cmd) + void handle_interface_event(std::vector events) { } };