From 8def4d63cd9c216d89b785f858c866257f9a6768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sat, 26 Nov 2022 00:58:14 +0100 Subject: Replace meaningless ID column with FD column in lock screen Doubly meaningless since the IDs are now per-FD --- ProcessLocksScreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ProcessLocksScreen.h') diff --git a/ProcessLocksScreen.h b/ProcessLocksScreen.h index cf34de4f..560f3a88 100644 --- a/ProcessLocksScreen.h +++ b/ProcessLocksScreen.h @@ -26,7 +26,7 @@ typedef struct FileLocks_Data_ { char* exclusive; char* readwrite; char* filename; - int id; + int fd; unsigned int dev[2]; uint64_t inode; uint64_t start; -- cgit v1.2.3