[Client] Use owl_hton_timestamp()

This commit is contained in:
Matteo Cypriani 2011-03-14 14:29:23 +01:00
parent f60287bf49
commit 4ff1d194e4
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ void make_packet()
owl_timestamp_now(&request_time) ;
request_time_ms = owl_timestamp_to_ms(request_time) ;
request_time = owl_hton_timestamp(request_time) ;
if (is_calibration_request) // Calibration packet
{