1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-11 20:15:03 -05:00
curl/lib/vssh
Erik Olsson 0a5827571f lib: save a bit of space with some structure packing
- Reorder some internal struct members so that less padding is used.

This is an attempt at saving a bit of space by packing some structs
(using pahole to find the holes) where it might make sense to do
so without losing readability.

I.e., I tried to avoid separating fields that seem grouped
together (like the cwd... fields in struct ftp_conn for instance).
Also abstained from touching fields behind conditional macros as
that quickly can get complicated.

Closes https://github.com/curl/curl/pull/6483
2021-01-20 22:52:34 -05:00
..
libssh2.c curl_path: remove conn->data use 2021-01-19 17:08:49 +01:00
libssh.c curl_path: remove conn->data use 2021-01-19 17:08:49 +01:00
ssh.h lib: save a bit of space with some structure packing 2021-01-20 22:52:34 -05:00
wolfssh.c lib: pass in 'struct Curl_easy *' to most functions 2021-01-17 23:56:09 +01:00
wolfssh.h curl.se: new home 2020-11-04 23:59:47 +01:00