mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
extra checks for lsof failures
This commit is contained in:
@ -28,7 +28,7 @@ in the source distribution for its full text.
|
||||
typedef struct OpenFiles_ProcessData_ {
|
||||
char* data[256];
|
||||
struct OpenFiles_FileData_* files;
|
||||
bool failed;
|
||||
int error;
|
||||
} OpenFiles_ProcessData;
|
||||
|
||||
typedef struct OpenFiles_FileData_ {
|
||||
|
Reference in New Issue
Block a user