summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_runtime.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nxt_runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h
index 7922c2ef..4961bfb8 100644
--- a/src/nxt_runtime.h
+++ b/src/nxt_runtime.h
@@ -19,6 +19,7 @@ struct nxt_runtime_s {
nxt_array_t *listen_sockets; /* of nxt_listen_socket_t */
nxt_array_t *services; /* of nxt_service_t */
+ nxt_array_t *languages; /* of nxt_app_lang_module_t */
void *data;
nxt_runtime_cont_t start;