summaryrefslogtreecommitdiff
path: root/src/nm-config.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-04-04 18:18:49 +0200
committerThomas Haller <thaller@redhat.com>2016-09-26 10:52:12 +0200
commit1eca446c8c9044c3643c59f73d4396e7ef18d54d (patch)
tree13b4306ba644d01ba7f12c379194ac8b6a5511ab /src/nm-config.h
parent1a257a675277a17dc16ab8d8a0ef4c43e6e05cb8 (diff)
downloadNetworkManager-1eca446c8c9044c3643c59f73d4396e7ef18d54d.tar.gz
main: create /run/NetworkManager/devices runtime directory
Diffstat (limited to 'src/nm-config.h')
-rw-r--r--src/nm-config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nm-config.h b/src/nm-config.h
index a75e393523..ef5430ee6c 100644
--- a/src/nm-config.h
+++ b/src/nm-config.h
@@ -185,5 +185,11 @@ gboolean nm_config_set_global_dns (NMConfig *self, NMGlobalDnsConfig *global_dns
extern guint _nm_config_match_nm_version;
extern char *_nm_config_match_env;
+/*****************************************************************************/
+
+#define NM_CONFIG_DEVICE_STATE_DIR ""NMRUNDIR"/devices"
+
+/*****************************************************************************/
+
#endif /* __NETWORKMANAGER_CONFIG_H__ */