diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-15 09:01:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-25 16:35:33 -0400 |
commit | 271a67182211a954dba1082739f8fe7daf421f6c (patch) | |
tree | f985f475b3ce6e0bd4a8b69535a00b6e43c663fb /.gitignore | |
parent | 9e60482b8073f2d43187c36c9159fd4367d7140a (diff) | |
download | tor-271a67182211a954dba1082739f8fe7daf421f6c.tar.gz tor-271a67182211a954dba1082739f8fe7daf421f6c.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f4f6dacbb0..47b23c6470 100644 --- a/.gitignore +++ b/.gitignore @@ -202,6 +202,8 @@ uptime-*.json /src/lib/libtor-osinfo-testing.a /src/lib/libtor-process.a /src/lib/libtor-process-testing.a +/src/lib/libtor-pubsub.a +/src/lib/libtor-pubsub-testing.a /src/lib/libtor-sandbox.a /src/lib/libtor-sandbox-testing.a /src/lib/libtor-string.a |