fix issue with missing sample_main in sample plugin 53/14653/2
authorDamjan Marion <[email protected]>
Fri, 20 Jul 2018 14:01:02 +0000 (16:01 +0200)
committerDamjan Marion <[email protected]>
Tue, 11 Sep 2018 17:24:33 +0000 (17:24 +0000)
Change-Id: Ia17511e3997cdcf1d0991e62e8e2d3fb8812d133
Signed-off-by: Damjan Marion <[email protected]>
src/examples/sample-plugin/sample/sample.c

index 703e604..91e8939 100644 (file)
@@ -63,6 +63,8 @@ VLIB_PLUGIN_REGISTER () = {
 };
 /* *INDENT-ON* */
 
+sample_main_t sample_main;
+
 /**
  * @brief Enable/disable the macswap plugin. 
  *