Skip to content

Commit 885fdb0

Browse files
authored
Merge pull request #289 from jajik/fix-node-comment
Tweak wording of a comment in node.h
2 parents 3c968c6 + 15ead02 commit 885fdb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

native/include/node.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ struct nodemess
6767
};
6868
typedef struct nodemess nodemess_t;
6969

70-
#define SIZEOFSCORE 1700 /* at least size of the proxy_worker_stat structure */
70+
#define SIZEOFSCORE 1700 /* at least size of the proxy_worker_shared structure */
7171
#define NODEOFFSET (APR_ALIGN_DEFAULT(sizeof(nodemess_t) + sizeof(apr_time_t)))
7272

7373
/**
@@ -79,7 +79,7 @@ struct nodeinfo
7979
nodemess_t mess;
8080
/* filled by httpd */
8181
apr_time_t updatetime; /* time of last received message */
82-
char stat[SIZEOFSCORE]; /* to store the status */
82+
char stat[SIZEOFSCORE]; /* to store the status - proxy_worker_shared structure */
8383
};
8484
typedef struct nodeinfo nodeinfo_t;
8585

0 commit comments

Comments
 (0)