platform: add NM_PLATFORM_SIGNAL_NONE enum value

(cherry picked from commit ea5865cf45)
This commit is contained in:
Thomas Haller 2015-04-13 18:55:59 +02:00
parent 0a8511582d
commit 594b8e829d

View file

@ -97,6 +97,7 @@ struct _NMPlatformLink {
};
typedef enum {
NM_PLATFORM_SIGNAL_NONE,
NM_PLATFORM_SIGNAL_ADDED,
NM_PLATFORM_SIGNAL_CHANGED,
NM_PLATFORM_SIGNAL_REMOVED,