summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_router.c
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-04-12 15:53:29 +0100
committerAndrew Clayton <a.clayton@nginx.com>2024-11-15 00:52:38 +0000
commit6c085cfaf4f2244af72d1f98517e2908129120c5 (patch)
treeafce4fb966b10986ba1b5817bc2c1bf69a5ace66 /src/nxt_router.c
parenta35517901fb3c7d524739fc4fcf9e531d6404487 (diff)
downloadunit-skel_lm.tar.gz
unit-skel_lm.tar.bz2
Add a skeleton language module.skel_lm
Module is called 'skel'. Configure with $ ./configure skel Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/nxt_router.c')
-rw-r--r--src/nxt_router.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_router.c b/src/nxt_router.c
index 44ea823b..41e00513 100644
--- a/src/nxt_router.c
+++ b/src/nxt_router.c
@@ -288,6 +288,7 @@ static const nxt_str_t *nxt_app_msg_prefix[] = {
[NXT_APP_JAVA] = &empty_prefix,
[NXT_APP_WASM] = &empty_prefix,
[NXT_APP_WASM_WC] = &empty_prefix,
+ [NXT_APP_SKEL] = &empty_prefix,
};