mirror of https://github.com/xzeldon/htop.git
Re-run MakeHeader.py on freebsd/FreeBSDProcess.c
Several functions and struct had changed in
b291fba02b
This commit is contained in:
parent
f4f6d54ffd
commit
1efa544e1b
|
@ -28,6 +28,8 @@ typedef struct FreeBSDProcess_ {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
extern ProcessClass FreeBSDProcess_class;
|
||||||
|
|
||||||
extern ProcessFieldData Process_fields[];
|
extern ProcessFieldData Process_fields[];
|
||||||
|
|
||||||
extern char* Process_pidFormat;
|
extern char* Process_pidFormat;
|
||||||
|
@ -39,9 +41,9 @@ FreeBSDProcess* FreeBSDProcess_new(Settings* settings);
|
||||||
|
|
||||||
void Process_delete(Object* cast);
|
void Process_delete(Object* cast);
|
||||||
|
|
||||||
void Process_writeField(Process* this, RichString* str, ProcessField field);
|
void FreeBSDProcess_writeField(Process* this, RichString* str, ProcessField field);
|
||||||
|
|
||||||
long Process_compare(const void* v1, const void* v2);
|
long FreeBSDProcess_compare(const void* v1, const void* v2);
|
||||||
|
|
||||||
bool Process_isThread(Process* this);
|
bool Process_isThread(Process* this);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue