uv.h: move private uv_req_t fields to the bottom of the struct
This commit is contained in:
parent
40134c3537
commit
b2caee7cfb
@ -352,11 +352,11 @@ UV_EXTERN const char* uv_err_name(uv_err_t err);
|
|||||||
#define UV_REQ_FIELDS \
|
#define UV_REQ_FIELDS \
|
||||||
/* public */ \
|
/* public */ \
|
||||||
void* data; \
|
void* data; \
|
||||||
|
/* read-only */ \
|
||||||
|
uv_req_type type; \
|
||||||
/* private */ \
|
/* private */ \
|
||||||
ngx_queue_t active_queue; \
|
ngx_queue_t active_queue; \
|
||||||
UV_REQ_PRIVATE_FIELDS \
|
UV_REQ_PRIVATE_FIELDS \
|
||||||
/* read-only */ \
|
|
||||||
uv_req_type type; \
|
|
||||||
|
|
||||||
/* Abstract base class of all requests. */
|
/* Abstract base class of all requests. */
|
||||||
struct uv_req_s {
|
struct uv_req_s {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user