Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
1efa544e
Unverified
Commit
1efa544e
authored
Jun 07, 2015
by
Lance Chen
Committed by
Lance Chen
Jun 07, 2015
Browse files
Re-run MakeHeader.py on freebsd/FreeBSDProcess.c
Several functions and struct had changed in
b291fba0
parent
f4f6d54f
Changes
1
Hide whitespace changes
Inline
Side-by-side
freebsd/FreeBSDProcess.h
View file @
1efa544e
...
...
@@ -28,6 +28,8 @@ typedef struct FreeBSDProcess_ {
#endif
extern
ProcessClass
FreeBSDProcess_class
;
extern
ProcessFieldData
Process_fields
[];
extern
char
*
Process_pidFormat
;
...
...
@@ -39,9 +41,9 @@ FreeBSDProcess* FreeBSDProcess_new(Settings* settings);
void
Process_delete
(
Object
*
cast
);
void
Process_writeField
(
Process
*
this
,
RichString
*
str
,
ProcessField
field
);
void
FreeBSD
Process_writeField
(
Process
*
this
,
RichString
*
str
,
ProcessField
field
);
long
Process_compare
(
const
void
*
v1
,
const
void
*
v2
);
long
FreeBSD
Process_compare
(
const
void
*
v1
,
const
void
*
v2
);
bool
Process_isThread
(
Process
*
this
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment