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 11:27:41 +0200
commitfabc829fe76732d76c423880829738cf3626eb98 (patch)
tree0c728e469e74f9cfe5a7eb6a2ba82b7cdcc653e9
parentf0b24e0729b7a1346206d887015d5353e923ad16 (diff)
downloadNetworkManager-th/platform-div-bgo748131.tar.gz
platform: add NM_PLATFORM_SIGNAL_NONE enum valueth/platform-div-bgo748131
-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,