From ad2f1c7e6d806203a6cdca8cf6ea99380c3b2b88 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 28 Jan 2008 16:05:11 +0000 Subject: implemented the $ActionResumeRetryCount config directive --- srUtils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'srUtils.h') diff --git a/srUtils.h b/srUtils.h index 73109c30..8436cf0b 100755 --- a/srUtils.h +++ b/srUtils.h @@ -69,6 +69,7 @@ int getNumberDigits(long lNum); rsRetVal timeoutComp(struct timespec *pt, long iTimeout); long timeoutVal(struct timespec *pt); void mutexCancelCleanup(void *arg); +void srSleep(int iSeconds, int iuSeconds); /* mutex operations */ /* some macros to cancel-safe lock a mutex (it will automatically be released -- cgit