Removing LocalNetworkInterfaceName attribute, it is no longer used in this class.
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Wed, 14 Mar 2012 00:28:28 +0000 (21:28 -0300)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Wed, 14 Mar 2012 00:28:28 +0000 (21:28 -0300)
src/host/pingscheduler.cpp
src/host/pingscheduler.h

index 85ca13b..c28e2be 100644 (file)
@@ -56,7 +56,6 @@ PingScheduler::PingScheduler(
 
 ) :
     IoService(),
-    LocalNetworkInterfaceName( network_interface ),
     NextPingTimer( IoService ),
     TimeSentLastPing( microsec_clock::universal_time() ),
     PingIntervalInSec( ping_interval_in_sec ),
index f475250..eebe38e 100644 (file)
@@ -94,8 +94,6 @@ private:
 
     /// Service object, which has the event loop
     boost::asio::io_service IoService;
-    /// Name of the network device used to send the packets
-    std::string LocalNetworkInterfaceName;
     /// Timer to trigger the next ping
     boost::asio::deadline_timer NextPingTimer;
     /// Keeps track of the time when the last ping was send