agoo 2.15.7 → 2.15.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/ext/agoo/rserver.h CHANGED
@@ -18,6 +18,7 @@ typedef struct _rServer {
18
18
  int worker_cnt;
19
19
  int worker_pids[MAX_WORKERS];
20
20
  VALUE *eval_threads; // Qnil terminated
21
+ VALUE forker;
21
22
  RUse uses;
22
23
  } *RServer;
23
24