We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0807dc2 commit f72349fCopy full SHA for f72349f
process/ssdp.cpp
@@ -53,6 +53,7 @@ __attribute__((constructor)) static void register_this_plugin()
53
{
54
static PluginRecord rec = PluginRecord("ssdp", [](){return new SSDPPlugin();});
55
register_plugin(&rec);
56
+ RecordExtSSDP::REGISTERED_ID = register_extension();
57
}
58
59
// #define DEBUG_SSDP
0 commit comments