[Positioner] Request: fix nb_packets's type

This commit is contained in:
Matteo Cypriani 2012-02-29 17:16:56 +01:00
parent 60626196d5
commit ecedf307ef
1 changed files with 1 additions and 1 deletions

View File

@ -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