summaryrefslogtreecommitdiff
path: root/src/nm-config.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-01-30 19:52:53 +0100
committerThomas Haller <thaller@redhat.com>2015-02-03 13:01:53 +0100
commitb814c3122acbf9105effd54976cb675672264930 (patch)
treeae9c4e9a007a2549f285ef76936cd070768eaac8 /src/nm-config.h
parentac9dd4c8324c2f8c8d06cada245496c4c3511379 (diff)
downloadNetworkManager-b814c3122acbf9105effd54976cb675672264930.tar.gz
config: implement reloading of connectivity parameters
Diffstat (limited to 'src/nm-config.h')
-rw-r--r--src/nm-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-config.h b/src/nm-config.h
index 68f1a4ed30..8e8bca3406 100644
--- a/src/nm-config.h
+++ b/src/nm-config.h
@@ -40,6 +40,8 @@ G_BEGIN_DECLS
/* Signals */
#define NM_CONFIG_SIGNAL_CONFIG_CHANGED "config-changed"
+#define NM_CONFIG_CHANGES_CONNECTIVITY "connectivity"
+
typedef struct NMConfigCmdLineOptions NMConfigCmdLineOptions;
struct _NMConfig {