Searched defs:PluginInfo (Results 1 – 1 of 1) sorted by relevance
46 struct PluginInfo { struct47 uint32_t id = 0;48 std::string name;49 std::string path;50 std::string sha256;51 uint32_t bufferSizeHint;52 bool isStandaloneFileData = false;53 std::string outFileName = "";54 std::string pluginVersion = "";55 SocketContext* context = nullptr;