mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-18 14:20:42 +02:00
platform: add NM_PLATFORM_SIGNAL_NONE enum value
(cherry picked from commit ea5865cf45)
This commit is contained in:
parent
0a8511582d
commit
594b8e829d
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