aboutsummaryrefslogtreecommitdiff
path: root/tests/server/util.h
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-07-12 01:07:49 +0000
committerGunter Knauf <gk@gknw.de>2007-07-12 01:07:49 +0000
commit0878b14f79ffc967c1bde19bbda1d6363d05172d (patch)
treecd67e8df39f016c5dce11f9fcb4648057156efd9 /tests/server/util.h
parent7d56f353884bb46ddd4e1dd31bbd693142ccc44c (diff)
added time loop to sockfilt.c in order to wait for SO_REUSEADDR;
added go_sleep() to util.c.
Diffstat (limited to 'tests/server/util.h')
-rw-r--r--tests/server/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/server/util.h b/tests/server/util.h
index 69f2cfc3d..c1eccfadb 100644
--- a/tests/server/util.h
+++ b/tests/server/util.h
@@ -49,4 +49,6 @@ void win32_cleanup(void);
/* returns the path name to the test case file */
char *test2file(long testno);
+void go_sleep(long ms);
+
#endif /* __SERVER_UTIL_H */