1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net/knemo-kde4/files/patch-knemod-global.h
Markus Brueffer e6d2928d91 - Update to version 0.4.0
- Use MASTER_SITE_LOCAL to provide an own distfile, since the original one
  was created with unsermake. Apart from the buildsystem there are no changes.
- Change WWW in pkg-descr to point to the new projectsite
2006-04-03 08:23:08 +00:00

36 lines
748 B
C

--- src/knemod/global.h.orig Sat Apr 1 21:44:22 2006
+++ src/knemod/global.h Sun Apr 2 21:33:36 2006
@@ -22,6 +22,7 @@
#include <qpair.h>
#include <qcolor.h>
+#include <qdict.h>
#include <qstring.h>
/**
@@ -36,6 +37,11 @@
int toolTipContent;
};
+struct AddrData {
+ QString subnetMask;
+ QString broadcastAddress;
+};
+
struct InterfaceData
{
InterfaceData()
@@ -59,11 +65,9 @@
unsigned long prevTxBytes;
unsigned long incomingBytes;
unsigned long outgoingBytes;
- QString ipAddress;
- QString subnetMask;
+ QDict<AddrData> addrData;
QString hwAddress;
QString ptpAddress;
- QString broadcastAddress;
QString defaultGateway;
QString rxString;
QString txString;