From b0f5bad55ba76f9a0a32399ed8871399de57954d Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Sat, 25 Aug 2018 21:45:25 +0200 Subject: ioam: one api test plugin instead of five Change-Id: I715dade7c81f2ba6a0a5297123f588563833c3fb Signed-off-by: Damjan Marion --- src/plugins/ioam/lib-pot/pot_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/ioam/lib-pot/pot_test.c') diff --git a/src/plugins/ioam/lib-pot/pot_test.c b/src/plugins/ioam/lib-pot/pot_test.c index 2b528ece54e..e02640b44dc 100644 --- a/src/plugins/ioam/lib-pot/pot_test.c +++ b/src/plugins/ioam/lib-pot/pot_test.c @@ -314,7 +314,8 @@ pot_vat_api_hookup (vat_main_t *vam) #undef _ } -clib_error_t * vat_plugin_register (vat_main_t *vam) +clib_error_t * +pot_vat_plugin_register (vat_main_t *vam) { pot_test_main_t * sm = &pot_test_main; u8 * name; -- cgit 1.2.3-korg