summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-04-13 18:55:59 +0200
committerThomas Haller <thaller@redhat.com>2015-04-22 16:54:23 +0200
commitea5865cf456b407e0e9627868e2af7154a574ad1 (patch)
treeb9f350017ff337eb78e914ca38e20c6e1aed9b42
parentf15a27f9c1635808268f9aa1d7a3b9da95438259 (diff)
downloadNetworkManager-ea5865cf456b407e0e9627868e2af7154a574ad1.tar.gz
platform: add NM_PLATFORM_SIGNAL_NONE enum value
-rw-r--r--src/platform/nm-platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/nm-platform.h b/src/platform/nm-platform.h
index c3423ef5dd..5cd5ae8e0c 100644
--- a/src/platform/nm-platform.h
+++ b/src/platform/nm-platform.h
@@ -97,6 +97,7 @@ struct _NMPlatformLink {
};
typedef enum {
+ NM_PLATFORM_SIGNAL_NONE,
NM_PLATFORM_SIGNAL_ADDED,
NM_PLATFORM_SIGNAL_CHANGED,
NM_PLATFORM_SIGNAL_REMOVED,