From be915d3cfcc639d6303bf8bc0e5ad825e0ef2f95 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 5 Oct 2011 17:39:35 +0200 Subject: modified the check for carrier signal. on autoUp==true: if no interface is in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value) --- LogReceiver/LogReceiver.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'LogReceiver/LogReceiver.pro') diff --git a/LogReceiver/LogReceiver.pro b/LogReceiver/LogReceiver.pro index 1bba39d..8313526 100644 --- a/LogReceiver/LogReceiver.pro +++ b/LogReceiver/LogReceiver.pro @@ -7,11 +7,13 @@ LIBS += -lsysfs \ -L/home/niklas/fbgui/customdhcpcd/src/build \ -llibcustomdhcpcd INCLUDEPATH += /home/niklas/fbgui/customdhcpcd/src -HEADERS += networkmanager.h \ +HEADERS += sleeper.h \ + networkmanager.h \ networkdiscovery.h \ interfaceconfiguration.h \ ndgui.h -SOURCES += networkmanager.cpp \ +SOURCES += sleeper.cpp \ + networkmanager.cpp \ networkdiscovery.cpp \ interfaceconfiguration.cpp \ ndgui.cpp \ -- cgit v1.2.3-55-g7522