mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-20 17:40:39 +02:00
platform: add NM_PLATFORM_SIGNAL_NONE enum value
This commit is contained in:
parent
f15a27f9c1
commit
ea5865cf45
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ struct _NMPlatformLink {
|
|||
};
|
||||
|
||||
typedef enum {
|
||||
NM_PLATFORM_SIGNAL_NONE,
|
||||
NM_PLATFORM_SIGNAL_ADDED,
|
||||
NM_PLATFORM_SIGNAL_CHANGED,
|
||||
NM_PLATFORM_SIGNAL_REMOVED,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue