From 0f83aa865090bfaf06add6a9e8b7215ab1db7d95 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 Jun 2010 15:36:38 +0200 Subject: s3: Remove the dependency of g_lock on procid_self procid_self() references global vars, don't depend on them unnecessarily --- source3/include/g_lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/g_lock.h b/source3/include/g_lock.h index becb71bb67..40922308a1 100644 --- a/source3/include/g_lock.h +++ b/source3/include/g_lock.h @@ -44,7 +44,7 @@ NTSTATUS g_lock_get(struct g_lock_ctx *ctx, const char *name, struct server_id *pid); NTSTATUS g_lock_do(const char *name, enum g_lock_type lock_type, - struct timeval timeout, + struct timeval timeout, struct server_id self, void (*fn)(void *private_data), void *private_data); int g_lock_locks(struct g_lock_ctx *ctx, -- cgit