summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_application.h')
-rw-r--r--src/nxt_application.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h
index 9b51ba6d..5a585c89 100644
--- a/src/nxt_application.h
+++ b/src/nxt_application.h
@@ -9,6 +9,14 @@
#define _NXT_APPLICATION_H_INCLUDED_
+typedef enum {
+ NXT_APP_PYTHON = 0,
+ NXT_APP_PHP,
+ NXT_APP_RUBY,
+ NXT_APP_GO,
+} nxt_app_type_t;
+
+
typedef struct {
nxt_str_t name;
nxt_str_t value;