summaryrefslogtreecommitdiffstats
path: root/ProcessLocksScreen.h
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2022-11-26 00:58:14 +0100
committerBenBE <BenBE@geshi.org>2023-01-08 18:22:10 +0100
commit8def4d63cd9c216d89b785f858c866257f9a6768 (patch)
tree4dcab67b1909e6283bcab7a5dceb15bb4d0e921a /ProcessLocksScreen.h
parent67bc7fe640bed8b8fa8006c9152442023928b756 (diff)
Replace meaningless ID column with FD column in lock screen
Doubly meaningless since the IDs are now per-FD
Diffstat (limited to 'ProcessLocksScreen.h')
-rw-r--r--ProcessLocksScreen.h2
1 files changed, 1 insertions, 1 deletions
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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy