mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
pubsub: relationship checking functionality
This code tries to prevent a large number of possible errors by enforcing different restrictions on the messages that different modules publish and subscribe to. Some of these rules are probably too strict, and some too lax: we should feel free to change them as needed as we move forward and learn more.
This commit is contained in:
@@ -25,6 +25,7 @@ include src/lib/malloc/include.am
|
||||
include src/lib/net/include.am
|
||||
include src/lib/osinfo/include.am
|
||||
include src/lib/process/include.am
|
||||
include src/lib/pubsub/include.am
|
||||
include src/lib/sandbox/include.am
|
||||
include src/lib/string/include.am
|
||||
include src/lib/subsys/include.am
|
||||
|
||||
Reference in New Issue
Block a user