aboutsummaryrefslogtreecommitdiff
path: root/refs.h
diff options
context:
space:
mode:
Diffstat (limited to 'refs.h')
-rw-r--r--refs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/refs.h b/refs.h
index 6c946eabc..bc01691ec 100644
--- a/refs.h
+++ b/refs.h
@@ -3,8 +3,8 @@
struct ref_lock {
char *ref_file;
- char *lock_file;
char *log_file;
+ struct lock_file *lk;
unsigned char old_sha1[20];
int lock_fd;
int force_write;