Added command line option --export-topology.

This commit is contained in:
XMRig
2019-07-30 09:06:50 +07:00
parent 98b8fc1c8e
commit 47572a44ed
3 changed files with 51 additions and 2 deletions

View File

@@ -38,7 +38,8 @@ public:
enum Id {
Default,
Usage,
Version
Version,
Topo
};
static Id get(const Process &process);