From ac3313d9a8b03e35d9d391d36d1a8e066fee6600 Mon Sep 17 00:00:00 2001 From: "robert.read" Date: Wed, 8 Oct 2008 22:29:13 +0000 Subject: [PATCH] Branch HEAD b=16074 i=green i=nikita --- libcfs/include/libcfs/user-lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcfs/include/libcfs/user-lock.h b/libcfs/include/libcfs/user-lock.h index 01c289b..9ace41e 100644 --- a/libcfs/include/libcfs/user-lock.h +++ b/libcfs/include/libcfs/user-lock.h @@ -147,7 +147,7 @@ struct completion { cfs_waitq_t wait; }; typedef int (*cfs_wait_handler_t) (int timeout); -void set_completion_wait_handler(cfs_wait_handler_t *handler); +void init_completion_module(cfs_wait_handler_t handler); void init_completion(struct completion *c); void init_completion_module(cfs_wait_handler_t handler); void complete(struct completion *c); -- 1.8.3.1