mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 03:38:09 +02:00
fixup! policy: track autoconnect retries per Device x Connection
This commit is contained in:
parent
bbd76a3bcc
commit
ae41ee8492
1 changed files with 2 additions and 2 deletions
|
|
@ -158,10 +158,10 @@ typedef struct _NMSettingsConnectionPrivate {
|
||||||
|
|
||||||
bool timestamp_set : 1;
|
bool timestamp_set : 1;
|
||||||
|
|
||||||
NMSettingsConnectionIntFlags flags : 5;
|
|
||||||
|
|
||||||
NMSettingsAutoconnectBlockedReason autoconnect_blocked_reason : 4;
|
NMSettingsAutoconnectBlockedReason autoconnect_blocked_reason : 4;
|
||||||
|
|
||||||
|
NMSettingsConnectionIntFlags flags : 5;
|
||||||
|
|
||||||
} NMSettingsConnectionPrivate;
|
} NMSettingsConnectionPrivate;
|
||||||
|
|
||||||
struct _NMSettingsConnectionClass {
|
struct _NMSettingsConnectionClass {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue