summaryrefslogtreecommitdiffstats
path: root/OpenFilesScreen.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2009-10-16 20:15:01 +0000
committerHisham Muhammad <hisham@gobolinux.org>2009-10-16 20:15:01 +0000
commit7dcd2beb90a560819bf634e6b7dbd50686c026d9 (patch)
tree4dbe51d3d24bdb2833b8e3b47d3fbc8026a2c067 /OpenFilesScreen.h
parenta20ba78b5e14a62e3bc4f1f879e900fb1ecd0f79 (diff)
extra checks for lsof failures
Diffstat (limited to 'OpenFilesScreen.h')
-rw-r--r--OpenFilesScreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenFilesScreen.h b/OpenFilesScreen.h
index d3290827..f5ce59ca 100644
--- a/OpenFilesScreen.h
+++ b/OpenFilesScreen.h
@@ -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_ {

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