Use simple numerical IDs for plugins in groups

We'll be using a similar approach to identify threads for event
handlers.
This commit is contained in:
Robbert van der Helm
2020-10-26 11:51:13 +01:00
parent 74c3cab046
commit d82f8463d9
6 changed files with 38 additions and 31 deletions
-2
View File
@@ -600,8 +600,6 @@ struct GroupRequest {
std::string plugin_path;
std::string endpoint_base_dir;
bool operator==(const GroupRequest& rhs) const;
template <typename S>
void serialize(S& s) {
s.text1b(plugin_path, 4096);