X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Fprivate.h;h=c95c7e05e59181f9d67c8131c7d813353a4c99af;hp=a09fec24dd32aa1d746518b3c417fe327aff82e5;hb=e6862ec8ae269217f3596f5af84747868b983afb;hpb=f513c5701b184fd1c0a6f03431c7fdda3ab6d2cf diff --git a/ccan/tdb2/private.h b/ccan/tdb2/private.h index a09fec24..c95c7e05 100644 --- a/ccan/tdb2/private.h +++ b/ccan/tdb2/private.h @@ -335,6 +335,7 @@ struct tdb_file { int fd; /* Lock information */ + pid_t locker; struct tdb_lock allrecord_lock; size_t num_lockrecs; struct tdb_lock *lockrecs;