Ghidra client fix

This commit is contained in:
Henrik Rydgård 2024-11-28 00:23:31 +01:00
parent ca7268a64d
commit e7e12f4e2e

View File

@ -104,6 +104,7 @@ public:
// Current result of the client. Your thread is safe to access this regardless of client status.
Result result;
GhidraClient() : status_(Status::Idle) {}
~GhidraClient();
// If client is idle then asynchronously starts fetching data from Ghidra.