aboutsummaryrefslogtreecommitdiff
path: root/src/lib/pubsub/pubsub.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-03-12 18:53:24 -0400
committerNick Mathewson <nickm@torproject.org>2019-03-25 16:35:34 -0400
commit3d6bf7b36e419bbabd48b4bed82f12fca1a922b3 (patch)
tree66b1c9364a31f7e03174d2781590d2591535f78d /src/lib/pubsub/pubsub.h
parentb4f28b9df8188af82a0140b1831ee4b50c6e4f6d (diff)
downloadtor-3d6bf7b36e419bbabd48b4bed82f12fca1a922b3.tar.gz
tor-3d6bf7b36e419bbabd48b4bed82f12fca1a922b3.zip
Document several issues found by Taylor
Diffstat (limited to 'src/lib/pubsub/pubsub.h')
-rw-r--r--src/lib/pubsub/pubsub.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/pubsub/pubsub.h b/src/lib/pubsub/pubsub.h
index 1c51f7a78a..08e3f42f7c 100644
--- a/src/lib/pubsub/pubsub.h
+++ b/src/lib/pubsub/pubsub.h
@@ -30,6 +30,9 @@
* Rather than using the dispatch module directly, a publishing module
* receives a "binding" object that it uses to send messages with the right
* settings.
+ *
+ * Most users of this module will want to use this header, and the
+ * pubsub_macros.h header for convenience.
*/
/*