1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-13 18:12:50 -05:00

Cleanup API code

This commit is contained in:
Tony Butler
2022-04-16 16:21:22 -06:00
parent 02d45834e1
commit 2e167031cc
5 changed files with 38 additions and 20 deletions

View File

@@ -52,6 +52,8 @@ public:
enum RequestType {
REQ_UNKNOWN,
REQ_SUMMARY,
REQ_BACKENDS,
REQ_CONFIG,
REQ_JSON_RPC
};