Skip to content

Instantly share code, notes, and snippets.

View ocanty's full-sized avatar

ocanty

View GitHub Profile
diff -r 03648307ff8c -r dbe215b6bda2 src/nxt_application.h
--- a/src/nxt_application.h Mon May 17 14:28:38 2021 -0700
+++ b/src/nxt_application.h Tue May 18 05:41:06 2021 +0000
@@ -73,6 +73,7 @@ typedef struct {
typedef struct {
nxt_str_t script;
uint32_t threads;
+ nxt_str_t hooks;
} nxt_ruby_app_conf_t;