From 6f0b4b8b570613bcc4e369c39aa39293fe5d0385 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Mon, 28 Feb 2011 11:49:31 +0100 Subject: [PATCH] The method BoostPinger::get_identifier() is not static anymore, this allows to have more than one BoostPinger object at the same time --- src/ping/boostpinger.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/ping/boostpinger.h b/src/ping/boostpinger.h index ac592a9..b4a1e40 100644 --- a/src/ping/boostpinger.h +++ b/src/ping/boostpinger.h @@ -29,7 +29,7 @@ private: void start_receive(); void handle_receive( const std::size_t &length ); - static uint16_t get_identifier(); + uint16_t get_identifier(); private: boost::asio::io_service &io_service; -- 1.7.1