Jan ONDREJ (SAL) 304c4d0
diff -ur bandwidthd-2.0.1/bandwidthd.c bandwidthd-2.0.1.sal/bandwidthd.c
Jan ONDREJ (SAL) 304c4d0
--- bandwidthd-2.0.1/bandwidthd.c	2015-06-17 08:32:09.107759233 +0200
Jan ONDREJ (SAL) 304c4d0
+++ bandwidthd-2.0.1.sal/bandwidthd.c	2015-06-17 08:32:28.097495172 +0200
Jan ONDREJ (SAL) 304c4d0
@@ -1255,7 +1255,7 @@
Jan ONDREJ (SAL) 304c4d0
 
Jan ONDREJ (SAL) 304c4d0
 size_t ICGrandTotalDataPoints = 0;
Jan ONDREJ (SAL) 304c4d0
 
Jan ONDREJ (SAL) 304c4d0
-char inline *HostIp2CharIp(unsigned long ipaddr, char *buffer)
Jan ONDREJ (SAL) 304c4d0
+__attribute__ ((gnu_inline)) char inline *HostIp2CharIp(unsigned long ipaddr, char *buffer)
Jan ONDREJ (SAL) 304c4d0
     {
Jan ONDREJ (SAL) 304c4d0
 	struct in_addr in_addr;
Jan ONDREJ (SAL) 304c4d0
 	char *s;
Jan ONDREJ (SAL) 304c4d0
diff -ur bandwidthd-2.0.1/bandwidthd.c.dest bandwidthd-2.0.1.sal/bandwidthd.c.dest
Jan ONDREJ (SAL) 304c4d0
--- bandwidthd-2.0.1/bandwidthd.c.dest	2005-01-11 22:27:26.000000000 +0100
Jan ONDREJ (SAL) 304c4d0
+++ bandwidthd-2.0.1.sal/bandwidthd.c.dest	2015-06-17 08:52:20.346954108 +0200
Jan ONDREJ (SAL) 304c4d0
@@ -1242,7 +1242,7 @@
Jan ONDREJ (SAL) 304c4d0
 
Jan ONDREJ (SAL) 304c4d0
 size_t ICGrandTotalDataPoints = 0;
Jan ONDREJ (SAL) 304c4d0
 
Jan ONDREJ (SAL) 304c4d0
-char inline *HostIp2CharIp(unsigned long ipaddr, char *buffer)
Jan ONDREJ (SAL) 304c4d0
+__attribute__ ((gnu_inline)) char inline *HostIp2CharIp(unsigned long ipaddr, char *buffer)
Jan ONDREJ (SAL) 304c4d0
     {
Jan ONDREJ (SAL) 304c4d0
 	struct in_addr in_addr;
Jan ONDREJ (SAL) 304c4d0
 	char *s;
Jan ONDREJ (SAL) 304c4d0
diff -ur bandwidthd-2.0.1/bandwidthd.c.nodevs bandwidthd-2.0.1.sal/bandwidthd.c.nodevs
Jan ONDREJ (SAL) 304c4d0
--- bandwidthd-2.0.1/bandwidthd.c.nodevs	2015-06-17 08:32:09.105759261 +0200
Jan ONDREJ (SAL) 304c4d0
+++ bandwidthd-2.0.1.sal/bandwidthd.c.nodevs	2015-06-17 08:52:30.107817845 +0200
Jan ONDREJ (SAL) 304c4d0
@@ -1250,7 +1250,7 @@
Jan ONDREJ (SAL) 304c4d0
 
Jan ONDREJ (SAL) 304c4d0
 size_t ICGrandTotalDataPoints = 0;
Jan ONDREJ (SAL) 304c4d0
 
Jan ONDREJ (SAL) 304c4d0
-char inline *HostIp2CharIp(unsigned long ipaddr, char *buffer)
Jan ONDREJ (SAL) 304c4d0
+__attribute__ ((gnu_inline)) char inline *HostIp2CharIp(unsigned long ipaddr, char *buffer)
Jan ONDREJ (SAL) 304c4d0
     {
Jan ONDREJ (SAL) 304c4d0
 	struct in_addr in_addr;
Jan ONDREJ (SAL) 304c4d0
 	char *s;
Jan ONDREJ (SAL) 304c4d0
diff -ur bandwidthd-2.0.1/bandwidthd.h bandwidthd-2.0.1.sal/bandwidthd.h
Jan ONDREJ (SAL) 304c4d0
--- bandwidthd-2.0.1/bandwidthd.h	2015-06-17 08:32:09.105759261 +0200
Jan ONDREJ (SAL) 304c4d0
+++ bandwidthd-2.0.1.sal/bandwidthd.h	2015-06-17 08:52:00.842226393 +0200
Jan ONDREJ (SAL) 304c4d0
@@ -194,7 +194,7 @@
Jan ONDREJ (SAL) 304c4d0
 void RecoverDataFromCDF(void);
Jan ONDREJ (SAL) 304c4d0
 
Jan ONDREJ (SAL) 304c4d0
 // ************ This function converts and IP to a char string
Jan ONDREJ (SAL) 304c4d0
-char inline 	*HostIp2CharIp(unsigned long ipaddr, char *buffer);
Jan ONDREJ (SAL) 304c4d0
+__attribute__ ((gnu_inline)) char inline 	*HostIp2CharIp(unsigned long ipaddr, char *buffer);
Jan ONDREJ (SAL) 304c4d0
 
Jan ONDREJ (SAL) 304c4d0
 // ************ This function converts the numbers for each quad into an IP
Jan ONDREJ (SAL) 304c4d0
 inline uint32_t IpAddr(unsigned char q1, unsigned char q2, unsigned char q3, unsigned char q4);