commit | b24db336bc6ff3868012167cae52ff1ac6c832e8 | [log] [tgz] |
---|---|---|
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | Sun Mar 26 20:28:11 2017 +0200 |
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | Wed Mar 29 00:49:04 2017 +0200 |
tree | 1a8648da171d842436aa5b4135731d458abd4686 | |
parent | 5bf3686ed1828c524d0908702b987e969e9ff484 [diff] |
slirp: Make RA build more flexible Do not hardcode the RA size at all, use a pl_size variable which accounts the accumulated size, and fill rip->ip_pl at the end. This will allow to make some blocks optional. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>