From 7dcd2beb90a560819bf634e6b7dbd50686c026d9 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 16 Oct 2009 20:15:01 +0000 Subject: extra checks for lsof failures --- OpenFilesScreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenFilesScreen.h') 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_ { -- cgit v1.2.3