ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/utils/bandwidthd/patches/030-gcc10.patch b/external/subpack/utils/bandwidthd/patches/030-gcc10.patch
new file mode 100644
index 0000000..04d3ce0
--- /dev/null
+++ b/external/subpack/utils/bandwidthd/patches/030-gcc10.patch
@@ -0,0 +1,20 @@
+--- a/bandwidthd.h
++++ b/bandwidthd.h
+@@ -120,7 +120,7 @@ struct config
+ char *sensor_id;
+ };
+
+-struct SubnetData
++extern struct SubnetData
+ {
+ uint32_t ip;
+ uint32_t mask;
+@@ -139,7 +139,7 @@ struct Statistics
+ unsigned long long p2p;
+ };
+
+-struct IPData
++extern struct IPData
+ {
+ time_t timestamp;
+ uint32_t ip; // Host byte order