Add plugin periodic function elisp skeleton
[vpp.git] / extras / emacs / periodic-skel.el
index b744fcd..9e73d00 100644 (file)
@@ -84,7 +84,7 @@ static uword
 /*
  * " node-name " periodic node declaration 
  */
-static VLIB_REGISTER_NODE (" node-name "_node) = {
+VLIB_REGISTER_NODE (" plugin-name "_periodic_node,static) = {
     .function = " node-name "_process,
     .type = VLIB_NODE_TYPE_PROCESS,
     .name = \"" node-name "-process\",