mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
8eaf389010
Previously, event publishers used a canonicalized 'type' name for async callbacks. This type was used to lookup the publisher plugin in the registry as well as for backing store namespacing. The type is still used but subscribers, which made heavy used of the lookup, store the value locally. This prevents unneeded publisher plugin allocation when adding events. |
||
---|---|---|
.. | ||
events_database_tests.cpp | ||
events_tests.cpp |