aboutsummaryrefslogtreecommitdiff
path: root/tests/server/util.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-02-18 20:13:30 +0000
committerYang Tse <yangsita@gmail.com>2008-02-18 20:13:30 +0000
commitc9eb41c0569c02da57c98690715456dbe7279ca7 (patch)
tree086116cb48ea5c0d6a8e97a4442afedbc53bd583 /tests/server/util.h
parent0d722204c315513cc3ebadfe6c62cd6869cde8a7 (diff)
Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt listener socket.
Log some more error descriptions.
Diffstat (limited to 'tests/server/util.h')
-rw-r--r--tests/server/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/server/util.h b/tests/server/util.h
index c1eccfadb..8c494192b 100644
--- a/tests/server/util.h
+++ b/tests/server/util.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -49,6 +49,6 @@ void win32_cleanup(void);
/* returns the path name to the test case file */
char *test2file(long testno);
-void go_sleep(long ms);
+int wait_ms(int timeout_ms);
#endif /* __SERVER_UTIL_H */