diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/g_lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |