summaryrefslogtreecommitdiffstats
path: root/Machine.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2023-05-02 16:56:18 +1000
committerNathan Scott <nathans@redhat.com>2023-05-08 13:06:38 +1000
commit72235d8e098d9d79029dca65122605741e1aafad (patch)
tree96593b8bd9dc95dc5ab321bd363d36351cbd0a99 /Machine.h
parent0bdade1b6cb40c5bd374a93ac0489058a7421bb5 (diff)
Adapt platform code for the new Machine base class
Move host-centric data to new derived <Platform>Machine classes, separate from process-list-centric data.
Diffstat (limited to 'Machine.h')
-rw-r--r--Machine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Machine.h b/Machine.h
index 3683701a..4628d686 100644
--- a/Machine.h
+++ b/Machine.h
@@ -86,4 +86,6 @@ bool Machine_isCPUonline(const Machine* this, unsigned int id);
void Machine_addList(Machine* this, struct ProcessList_ *pl);
+void Machine_scan(Machine* this);
+
#endif

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