From 153d65ff6bb7ac3b6f981af027559b00bbfc69f8 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Tue, 4 Jun 2024 14:00:07 +0200 Subject: Rename struct fuse_req::ctr to ::ref_cnt ref_cnt should make the intention of this variable more clear. --- lib/fuse_i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index a856782..1519ce0 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -14,7 +14,7 @@ struct mount_opts; struct fuse_req { struct fuse_session *se; uint64_t unique; - _Atomic int ctr; + _Atomic int ref_cnt; pthread_mutex_t lock; struct fuse_ctx ctx; struct fuse_chan *ch; -- cgit v1.2.3