fix issue with missing sample_main in sample plugin
[vpp.git] / 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. 
  *