summaryrefslogtreecommitdiff
path: root/src/or/tor_api.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-11 11:55:41 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-11 11:55:41 -0500
commit3b465ebf2eedecfa0659f91a6ed7dc667e7acde7 (patch)
tree5b86e50d7a12544678d9faacdc46eed9d8b8ce25 /src/or/tor_api.h
parent06ffafcb9d4107297b6e72ee53d6e6db782cbdea (diff)
downloadtor-3b465ebf2eedecfa0659f91a6ed7dc667e7acde7.tar.gz
tor-3b465ebf2eedecfa0659f91a6ed7dc667e7acde7.zip
Changes file and tor_api.h tweaks for 24581.
Diffstat (limited to 'src/or/tor_api.h')
-rw-r--r--src/or/tor_api.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/tor_api.h b/src/or/tor_api.h
index b12ed718c1..e7d70c2a61 100644
--- a/src/or/tor_api.h
+++ b/src/or/tor_api.h
@@ -71,8 +71,9 @@ void tor_main_configuration_free(tor_main_configuration_t *cfg);
* fix it.
*
* BUG 23847: You can only call tor_main() once in a single process; if it
- * returns and you call it again, you may crash. This is not intended
- * long-term behavior; we are trying to fix it.
+ * returns and you call it again, you may crash, or you may encounter other
+ * unexpected behavior. This is not intended long-term behavior; we are
+ * trying to fix it.
*
* LIMITATION: You cannot run more than one instance of Tor in the same
* process at the same time. Concurrent calls will cause undefined behavior.