Use nanoseconds in timevals in cmdmon protocol

This commit is contained in:
Miroslav Lichvar
2009-12-12 16:44:38 +01:00
parent 78f37e726a
commit 84f8463f2a
2 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@
typedef struct {
uint32_t tv_sec_high;
uint32_t tv_sec_low;
uint32_t tv_usec;
uint32_t tv_nsec;
} Timeval;
/* This is used in tv_sec_high for 32-bit timestamps */