summaryrefslogtreecommitdiff
path: root/src/platform/nmp-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/nmp-object.h')
-rw-r--r--src/platform/nmp-object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/platform/nmp-object.h b/src/platform/nmp-object.h
index 80f1241787..5843168044 100644
--- a/src/platform/nmp-object.h
+++ b/src/platform/nmp-object.h
@@ -163,6 +163,10 @@ typedef struct {
} NMPObjectLnkVlan;
typedef struct {
+ NMPlatformLnkGre _public;
+} NMPObjectLnkGre;
+
+typedef struct {
NMPlatformIP4Address _public;
} NMPObjectIP4Address;