diff --git a/OpenFilesScreen.h b/OpenFilesScreen.h index f5ce59ca..a5d3cbc7 100644 --- a/OpenFilesScreen.h +++ b/OpenFilesScreen.h @@ -38,6 +38,7 @@ typedef struct OpenFiles_FileData_ { typedef struct OpenFilesScreen_ { Process* process; + pid_t pid; Panel* display; FunctionBar* bar; bool tracing;