Seems to be working on windows.
This commit is contained in:
parent
e57f9e9964
commit
6dc9c1096a
5 changed files with 12 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue