summaryrefslogtreecommitdiffstats
path: root/lib/frrlua.h
diff options
context:
space:
mode:
authorDonald Lee <dlqs@gmx.com>2021-07-26 17:27:43 +0200
committerDonald Lee <dlqs@gmx.com>2021-07-26 17:27:56 +0200
commit78f1ac25744f3db6d64570037066380f9b347abe (patch)
treebef8625de82a608bf749edc55bf1a6d207cc4854 /lib/frrlua.h
parentbgpd: Comment for included (diff)
downloadfrr-78f1ac25744f3db6d64570037066380f9b347abe.tar.xz
frr-78f1ac25744f3db6d64570037066380f9b347abe.zip
lib: Add new MTYPE for script results
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'lib/frrlua.h')
-rw-r--r--lib/frrlua.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/frrlua.h b/lib/frrlua.h
index 98bff00fd..3e16c82e2 100644
--- a/lib/frrlua.h
+++ b/lib/frrlua.h
@@ -34,6 +34,8 @@
extern "C" {
#endif
+DECLARE_MTYPE(SCRIPT_RES);
+
/*
* gcc-10 is complaining about the wrapper function
* not being compatible with lua_pushstring returning