From 0878b14f79ffc967c1bde19bbda1d6363d05172d Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 12 Jul 2007 01:07:49 +0000 Subject: added time loop to sockfilt.c in order to wait for SO_REUSEADDR; added go_sleep() to util.c. --- tests/server/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/server/util.h') 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 */ -- cgit v1.2.3