summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-01-02 15:42:11 +0100
committerLubomir Rintel <lkundrak@v3.sk>2015-02-27 16:48:27 +0100
commit874e4a7595ac11e53e333dcdd0ad988a47391cc9 (patch)
tree1a5c0f5e29e48c68e1dee25e3901adcba78eb25c /src/nm-types.h
parent47167cab4f4c09861874fcb894afc8770437a292 (diff)
downloadNetworkManager-874e4a7595ac11e53e333dcdd0ad988a47391cc9.tar.gz
core: split route management code out from platform
Create a NMRouteManager singleton. Refactor, no functional changes apart from change of log domain from LOGD_PLATFORM to LOGD_CORE. Subsequent commit will keep track of the conflicting routes, avoid overwriting older ones with newer ones and apply the new ones when the old ones go away.
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index 7229eba8b0..f22272d91f 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -40,6 +40,7 @@ typedef struct _NMIP6Config NMIP6Config;
typedef struct _NMManager NMManager;
typedef struct _NMPolicy NMPolicy;
typedef struct _NMRfkillManager NMRfkillManager;
+typedef struct _NMRouteManager NMRouteManager;
typedef struct _NMSessionMonitor NMSessionMonitor;
typedef struct _NMSleepMonitor NMSleepMonitor;