summaryrefslogtreecommitdiff
path: root/core/src/xmake/io/filelock.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/xmake/io/filelock.h')
-rw-r--r--core/src/xmake/io/filelock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/xmake/io/filelock.h b/core/src/xmake/io/filelock.h
index 6221b2cae..460467d57 100644
--- a/core/src/xmake/io/filelock.h
+++ b/core/src/xmake/io/filelock.h
@@ -67,8 +67,8 @@ typedef struct __xm_io_filelock_t
// is opened?
tb_bool_t is_opened;
- // is locked?
- tb_bool_t is_locked;
+ // the locked count
+ tb_long_t nlocked;
// the lock name
tb_char_t name[64];