mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 11:40:18 +01:00
device: use bool instead of gboolean in the bridge options struct
just to save some bytes of memory (gboolean --> typef gint)
(cherry picked from commit ede6b65abf)
This commit is contained in:
parent
6a0f828405
commit
8d0b71fdbc
1 changed files with 2 additions and 2 deletions
|
|
@ -171,8 +171,8 @@ typedef struct {
|
|||
uint nm_min;
|
||||
uint nm_max;
|
||||
uint nm_default;
|
||||
gboolean default_if_zero;
|
||||
gboolean user_hz_compensate;
|
||||
bool default_if_zero;
|
||||
bool user_hz_compensate;
|
||||
} Option;
|
||||
|
||||
static const Option master_options[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue