mirror of
https://github.com/opencontainers/runc.git
synced 2026-02-05 18:45:28 +01:00
The Config type is quite big (currently 554 bytes on a 64 bit Linux) and using non-pointer receivers in its methods results in copying which is totally unnecessary. Change the methods to use pointer receivers. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>