X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=refs.h;h=bc01691ec5b7fcfac82c6fec41a05608d2fecfa2;hb=c33d5174d692b1861e0b2f656e51b80b2b00a23c;hp=6c946eabcfcf4d29dc0157415fb8e48cd278e2c8;hpb=021b6e454944a4fba878651ebf9bfe0a3f6c3077;p=git.git diff --git a/refs.h b/refs.h index 6c946eab..bc01691e 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;