[EMAIL PROTECTED] wrote:
Author: jim

 /* stuff which is lb specific */
-typedef struct proxy_worker_stat lb_score;
+typedef struct lb_score lb_score;
+struct lb_score {
+    /* TODO: sync this with proxy_worker_stat */
+    unsigned char data[256];
+};

The original was 1024, and now you changed that to 256 bytes.
Your patch will bring more incompatibility cause we cannot
depend on the 1K struct size any more.
What's the reason for lowering out the size?

Regards,
Mladen

Reply via email to