aboutsummaryrefslogtreecommitdiffstats
path: root/ProcessLocksScreen.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2023-02-05 03:20:15 +0100
committerDaniel Lange <DLange@git.local>2023-02-05 03:20:15 +0100
commitb90fdf618f13b2ba4f64ba0f1861088c2ae58844 (patch)
treeda70bf44b2423f6f8e9a070c063fed79d190b489 /ProcessLocksScreen.h
parent65357c8c46154de4e4eca14075bfe5523bb5fc14 (diff)
downloaddebian_htop-b90fdf618f13b2ba4f64ba0f1861088c2ae58844.tar.gz
debian_htop-b90fdf618f13b2ba4f64ba0f1861088c2ae58844.tar.bz2
debian_htop-b90fdf618f13b2ba4f64ba0f1861088c2ae58844.zip
New upstream version 3.2.2
Diffstat (limited to 'ProcessLocksScreen.h')
-rw-r--r--ProcessLocksScreen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ProcessLocksScreen.h b/ProcessLocksScreen.h
index c848228..417df7b 100644
--- a/ProcessLocksScreen.h
+++ b/ProcessLocksScreen.h
@@ -3,7 +3,7 @@
/*
htop - ProcessLocksScreen.h
(C) 2020 htop dev team
-Released under the GNU GPLv2, see the COPYING file
+Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/
@@ -26,8 +26,8 @@ typedef struct FileLocks_Data_ {
char* exclusive;
char* readwrite;
char* filename;
- int id;
- unsigned int dev[2];
+ int fd;
+ dev_t dev;
uint64_t inode;
uint64_t start;
uint64_t end;

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