summaryrefslogtreecommitdiffstats
path: root/workspace/LogReceiver/logreceiver.h
diff options
context:
space:
mode:
authorNiklas2011-07-20 16:15:03 +0200
committerNiklas2011-07-20 16:15:03 +0200
commit39a0d42dde28ea9b45be9a47a8285c58e34799ad (patch)
treef1178d4a88c11072dc76f28995158e591147369f /workspace/LogReceiver/logreceiver.h
parentadded the blacklist function (diff)
downloadfbgui-39a0d42dde28ea9b45be9a47a8285c58e34799ad.tar.gz
fbgui-39a0d42dde28ea9b45be9a47a8285c58e34799ad.tar.xz
fbgui-39a0d42dde28ea9b45be9a47a8285c58e34799ad.zip
configuration of more than one interface is working. Both progressbars are updated. only bad thing is that it is slower than expected due to the qt gui
Diffstat (limited to 'workspace/LogReceiver/logreceiver.h')
-rw-r--r--workspace/LogReceiver/logreceiver.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/workspace/LogReceiver/logreceiver.h b/workspace/LogReceiver/logreceiver.h
index 7269823..5bd209d 100644
--- a/workspace/LogReceiver/logreceiver.h
+++ b/workspace/LogReceiver/logreceiver.h
@@ -36,13 +36,12 @@ private:
QLocalServer *server;
quint16 blockSize;
QMap<int, QNetworkInterface > interfacesMap;
+ QMap<QString, int> indexToIfaceNameMap;
QMap<QLocalSocket *, QLocalSocket *> clients;
QMap<Q_PID, QProcess * > clientProcesses;
QString pathToDhcpcdExe;
QStringList dhcpcdArguments;
- /**/
- QStringList blackList;
/*gui elements*/
QMap<int , QProgressBar *> progressBars;