summaryrefslogtreecommitdiffstats
path: root/darwin/Platform.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-12-13 20:02:38 +0100
committerDaniel Lange <DLange@git.local>2020-12-13 20:02:38 +0100
commit4b1a4a4ebd1e547ee8e101d4aaeadbaf79d932e1 (patch)
tree1aab95fd258d103b04bf955f0d04f9b91c571852 /darwin/Platform.h
parent3655b6ca0b1b89a2d6415211c1ce484dd6afe39f (diff)
parentf32f0188cd140f965c5e02f7fb875116522c4b41 (diff)
Merge branch 'fix_mach_timebase' of benbe/htop
Diffstat (limited to 'darwin/Platform.h')
-rw-r--r--darwin/Platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/darwin/Platform.h b/darwin/Platform.h
index 808502b4..74b46190 100644
--- a/darwin/Platform.h
+++ b/darwin/Platform.h
@@ -19,10 +19,14 @@ in the source distribution for its full text.
#include "ProcessLocksScreen.h"
#include "SignalsPanel.h"
+extern ProcessFieldData Process_fields[];
+
extern ProcessField Platform_defaultFields[];
extern int Platform_numberOfFields;
+extern double Platform_timebaseToNS;
+
extern const SignalItem Platform_signals[];
extern const unsigned int Platform_numberOfSignals;

© 2014-2024 Faster IT GmbH | imprint | privacy policy