From ecedf307ef9a25965572ae894a7db4922ee7c42d Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Wed, 29 Feb 2012 17:16:56 +0100 Subject: [PATCH] [Positioner] Request: fix nb_packets's type --- owlps-positioner/src/request.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlps-positioner/src/request.hh b/owlps-positioner/src/request.hh index 85a4f64..598efe1 100644 --- a/owlps-positioner/src/request.hh +++ b/owlps-positioner/src/request.hh @@ -27,7 +27,7 @@ protected: /// Type of the request uint_fast8_t type ; /// Number of packets sent by the mobile for this request - uint_fast16_t nb_packets ; + pkt_id_t nb_packets ; /// The mobile that sent the request Mobile *mobile ; /// Local date of the request on the mobile