We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c968c6 + 15ead02 commit 885fdb0Copy full SHA for 885fdb0
native/include/node.h
@@ -67,7 +67,7 @@ struct nodemess
67
};
68
typedef struct nodemess nodemess_t;
69
70
-#define SIZEOFSCORE 1700 /* at least size of the proxy_worker_stat structure */
+#define SIZEOFSCORE 1700 /* at least size of the proxy_worker_shared structure */
71
#define NODEOFFSET (APR_ALIGN_DEFAULT(sizeof(nodemess_t) + sizeof(apr_time_t)))
72
73
/**
@@ -79,7 +79,7 @@ struct nodeinfo
79
nodemess_t mess;
80
/* filled by httpd */
81
apr_time_t updatetime; /* time of last received message */
82
- char stat[SIZEOFSCORE]; /* to store the status */
+ char stat[SIZEOFSCORE]; /* to store the status - proxy_worker_shared structure */
83
84
typedef struct nodeinfo nodeinfo_t;
85
0 commit comments