Commit 8b33946b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

s/init/start/


git-svn-id: http://www.varnish-cache.org/svn/trunk@280 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent db7a9cf4
...@@ -32,7 +32,7 @@ static pthread_mutex_t hsl_mutex; ...@@ -32,7 +32,7 @@ static pthread_mutex_t hsl_mutex;
*/ */
static void static void
hsl_init(void) hsl_start(void)
{ {
AZ(pthread_mutex_init(&hsl_mutex, NULL)); AZ(pthread_mutex_init(&hsl_mutex, NULL));
...@@ -113,7 +113,7 @@ hsl_deref(struct objhead *obj) ...@@ -113,7 +113,7 @@ hsl_deref(struct objhead *obj)
struct hash_slinger hsl_slinger = { struct hash_slinger hsl_slinger = {
"simple_list", "simple_list",
NULL, NULL,
hsl_init, hsl_start,
hsl_lookup, hsl_lookup,
hsl_deref, hsl_deref,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment