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
301c346c
Commit
301c346c
authored
Feb 02, 2016
by
Hisham
Browse files
Update generated headers.
parent
21da044f
Changes
2
Hide whitespace changes
Inline
Side-by-side
openbsd/Platform.h
View file @
301c346c
...
...
@@ -11,8 +11,8 @@ in the source distribution for its full text.
*/
#include "Action.h"
#include "SignalsPanel.h"
#include "BatteryMeter.h"
#include "SignalsPanel.h"
extern
ProcessFieldData
Process_fields
[];
...
...
@@ -68,4 +68,6 @@ void Platform_setSwapValues(Meter* this);
void
Platform_setTasksValues
(
Meter
*
this
);
char
*
Platform_getProcessEnv
(
pid_t
pid
);
#endif
unsupported/Platform.h
View file @
301c346c
...
...
@@ -41,5 +41,6 @@ void Platform_setSwapValues(Meter* this);
bool
Process_isThread
(
Process
*
this
);
char
*
Platform_getProcessEnv
(
pid_t
pid
);
#endif
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