summaryrefslogtreecommitdiff
path: root/include/apr_global_mutex.h
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2017-04-07 08:36:27 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2017-04-07 08:36:27 +0000
commitde9ed8358dfb95decdf308efd6123528262376ff (patch)
tree72a59ee31503dcf402ebad7c22af9ad94c336475 /include/apr_global_mutex.h
parent80380dada41cf9067686277713cf78b36cdab874 (diff)
downloadlibapr-de9ed8358dfb95decdf308efd6123528262376ff.tar.gz
locks: follow up to r1790488.
Make it clear in the type that it's a relative/interval time. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1790521 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_global_mutex.h')
-rw-r--r--include/apr_global_mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_global_mutex.h b/include/apr_global_mutex.h
index 183f31083..083e83a6e 100644
--- a/include/apr_global_mutex.h
+++ b/include/apr_global_mutex.h
@@ -117,7 +117,7 @@ APR_DECLARE(apr_status_t) apr_global_mutex_trylock(apr_global_mutex_t *mutex);
* @param timeout the relative timeout (microseconds)
*/
APR_DECLARE(apr_status_t) apr_global_mutex_timedlock(apr_global_mutex_t *mutex,
- apr_time_t timeout);
+ apr_interval_time_t timeout);
/**
* Release the lock for the given mutex.