commit | 9a8e82fd3905b0b7d90c4867f0debb67d0487fc7 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Oct 17 14:13:43 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Oct 17 14:13:43 2013 -0700 |
tree | 167fd071d8ecf114aeed5176a9bd429d7ee95bf6 | |
parent | 6d59197a1bdfcbcea8a15a99707293549c3a5ebb [diff] [blame] |
common.hpp: time: Added typedef for Milliseconds and MillisecondsSince1970, and use instead of double where appropriate.
diff --git a/ndn-cpp/c/util/time.c b/ndn-cpp/c/util/time.c index a794047..9da0e1c 100644 --- a/ndn-cpp/c/util/time.c +++ b/ndn-cpp/c/util/time.c
@@ -7,7 +7,7 @@ #include <sys/time.h> #include "time.h" -double +ndn_MillisecondsSince1970 ndn_getNowMilliseconds() { struct timeval t;