mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Build fixes to resync with FreeBSD changes.
This commit is contained in:
@ -42,11 +42,6 @@ typedef struct CPUData_ {
|
||||
|
||||
typedef struct LinuxProcessList_ {
|
||||
ProcessList super;
|
||||
|
||||
int totalTasks;
|
||||
int userlandThreads;
|
||||
int kernelThreads;
|
||||
int runningTasks;
|
||||
|
||||
CPUData* cpus;
|
||||
|
||||
@ -90,7 +85,6 @@ void ProcessList_delete(ProcessList* pl);
|
||||
|
||||
#endif
|
||||
|
||||
void ProcessList_scan(ProcessList* super);
|
||||
|
||||
void ProcessList_goThroughEntries(ProcessList* super);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user