mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 19:10:17 +01:00
device: use bool instead of gboolean in the bridge options struct
just to save some bytes of memory (gboolean --> typef gint)
This commit is contained in:
parent
30d9744534
commit
ede6b65abf
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