diff options
author | Thomas Haller <thaller@redhat.com> | 2015-02-19 14:24:37 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-05-19 15:34:41 +0200 |
commit | 652853e0d0749a12db07e34f1a3cd901020a76f8 (patch) | |
tree | 472944be957df996540de53c3e20a60b2b996663 /src/nm-config.h | |
parent | 5b04fde302a7264a7d361043bfcdde7855341727 (diff) | |
download | NetworkManager-652853e0d0749a12db07e34f1a3cd901020a76f8.tar.gz |
connectivity: use default on missing connectivity.interval config
Manual page claims that a missing configuration option for connectivity
interval means "300". That was not the case for a long time (never?).
https://bugzilla.gnome.org/show_bug.cgi?id=723350
Based-on-patch-by: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
Diffstat (limited to 'src/nm-config.h')
-rw-r--r-- | src/nm-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-config.h b/src/nm-config.h index ecd083a62c..e72132af9d 100644 --- a/src/nm-config.h +++ b/src/nm-config.h @@ -43,6 +43,8 @@ G_BEGIN_DECLS /* Signals */ #define NM_CONFIG_SIGNAL_CONFIG_CHANGED "config-changed" +#define NM_CONFIG_DEFAULT_CONNECTIVITY_INTERVAL 300 + typedef struct NMConfigCmdLineOptions NMConfigCmdLineOptions; struct _NMConfig { |