]> granicus.if.org Git - pgbouncer/commitdiff
move usec_t to system.h
authorMarko Kreen <markokr@gmail.com>
Tue, 8 Jan 2008 09:44:29 +0000 (09:44 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 8 Jan 2008 09:44:29 +0000 (09:44 +0000)
include/system.h
include/util.h

index 6fe3f4efabf7b55467fabd40df2b58cb933aa8f4..9ef317ba9ab183616d84d27949bda77afde319ac 100644 (file)
@@ -117,6 +117,8 @@ do { \
 /* how many microseconds in a second */
 #define USEC (1000000LL)
 
+typedef uint64_t usec_t;
+
 /* shortcut to simplify printf of u64 types */
 typedef unsigned long long ull_t;
 
index 71a17dedfbc2a69c303f626f71ecd20e16b18d5a..d7ff956fcdb66a3c74abafd028bdaf16c4abb3f2 100644 (file)
@@ -19,7 +19,6 @@
 /*
  * time tools
  */
-typedef uint64_t usec_t;
 usec_t get_cached_time(void);
 void reset_time_cache(void);