Seems to be working on windows.

This commit is contained in:
Diego Nehab 2005-03-11 02:21:27 +00:00
parent e57f9e9964
commit 6dc9c1096a
5 changed files with 12 additions and 10 deletions

View file

@ -10,8 +10,8 @@
/* timeout control structure */
typedef struct t_tm_ {
double total; /* total number of miliseconds for operation */
double block; /* maximum time for blocking calls */
double total; /* total number of miliseconds for operation */
double start; /* time of start of operation */
} t_tm;
typedef t_tm *p_tm;