chore: fix comment to match renamed struct field

main
Sean McBride 5 years ago
parent dd89fa511c
commit d5366f11de

@ -70,7 +70,7 @@ struct sandbox {
struct ps_list list;
ssize_t request_response_data_length; // <= max(module->max_request_or_response_size)
char request_response_data[1]; // of rr_data_sz, following sandbox mem..
char request_response_data[1]; // of request_response_data_length, following sandbox mem..
} PAGE_ALIGNED;
typedef struct sandbox sandbox_t;

Loading…
Cancel
Save