Commit 82ad74ad authored by Andrew Wiik's avatar Andrew Wiik Committed by Poul-Henning Kamp

move backend error state reason and code struct field to end of struct

parent 666d8427
......@@ -412,9 +412,6 @@ struct busyobj {
struct http_conn *htc;
uint16_t err_code;
const char *err_reason;
struct pool_task fetch_task;
#define BO_FLAG(l, r, w, d) unsigned l:1;
......@@ -442,6 +439,9 @@ struct busyobj {
uint8_t digest[DIGEST_LEN];
struct vrt_privs privs[1];
uint16_t err_code;
const char *err_reason;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment