mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Reading first bits of data!
This commit is contained in:
@ -3,13 +3,21 @@
|
||||
#ifndef HEADER_FreeBSDProcessList
|
||||
#define HEADER_FreeBSDProcessList
|
||||
/*
|
||||
htop - UnsupportedProcessList.h
|
||||
htop - FreeBSDProcessList.h
|
||||
(C) 2014 Hisham H. Muhammad
|
||||
Released under the GNU GPL, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
|
||||
#include <kvm.h>
|
||||
|
||||
typedef struct FreeBSDProcessList_ {
|
||||
ProcessList super;
|
||||
kvm_t* kd;
|
||||
} FreeBSDProcessList;
|
||||
|
||||
|
||||
|
||||
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList);
|
||||
|
||||
|
Reference in New Issue
Block a user