Commit 27886a38 authored by Andrew Wiik's avatar Andrew Wiik Committed by Reza Naghibi

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

parent a8606b8e
......@@ -407,9 +407,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;
......@@ -437,6 +434,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