summaryrefslogtreecommitdiffstats
path: root/src/timestamp.h
Commit message (Collapse)AuthorAgeFilesLines
* Add #define to get printf-format specifiers.Elliott Sales de Andrade2017-09-161-0/+3
| | | | | This is needed on older compilers/stdlibs such as on Ubuntu Precise which is used on Travis.
* Move #include for type definition to correct place.Elliott Sales de Andrade2017-09-161-0/+6
| | | | | Not sure why the old way works in newer compilers; maybe they just pre-define these types by defaulting to a newer standard.
* Make TimeStamp 64-bit.Elliott Sales de Andrade2017-09-161-3/+3
| | | | This prepares it for higher-resolution timestamps.
* convert all time_t to a new TimeStamp typeEvan Martin2012-01-051-0/+24