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