Applied nxt_pointer_to() and nxt_value_at() where possible.
This commit is contained in:
@@ -43,7 +43,7 @@ nxt_list_part(list) \
|
||||
|
||||
#define \
|
||||
nxt_list_data(part) \
|
||||
((char *) (part) + sizeof(nxt_list_part_t))
|
||||
nxt_pointer_to(part, sizeof(nxt_list_part_t))
|
||||
|
||||
|
||||
#define \
|
||||
|
||||
Reference in New Issue
Block a user