mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 03:48: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;
|
||||
|
||||
NMSettingsConnectionIntFlags flags : 5;
|
||||
|
||||
NMSettingsAutoconnectBlockedReason autoconnect_blocked_reason : 4;
|
||||
|
||||
NMSettingsConnectionIntFlags flags : 5;
|
||||
|
||||
} NMSettingsConnectionPrivate;
|
||||
|
||||
struct _NMSettingsConnectionClass {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue