mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-04 10:40:33 +01:00
l3cfg: remove tna_dirty member
The member is no longer used. Fixes:1feaf427d2('platform: rework handling of failed routes during nm_platform_ip_route_sync()') (cherry picked from commitaed21d50af)
This commit is contained in:
parent
376948892c
commit
c5ad1dbd59
1 changed files with 0 additions and 1 deletions
|
|
@ -168,7 +168,6 @@ typedef struct {
|
|||
/* This flag is only used temporarily to do a bulk update and
|
||||
* clear all the ones that are no longer in used. */
|
||||
bool os_dirty : 1;
|
||||
bool os_tna_dirty : 1;
|
||||
} ObjStateData;
|
||||
|
||||
G_STATIC_ASSERT(G_STRUCT_OFFSET(ObjStateData, obj) == 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue