mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'ticket32883'
This commit is contained in:
@@ -29,6 +29,11 @@ struct tor_main_configuration_t {
|
||||
|
||||
/** Socket that Tor will use as an owning control socket. Owned. */
|
||||
tor_socket_t owning_controller_socket;
|
||||
|
||||
/** Disable commands other than "run tor". Not for use from outside Tor
|
||||
* itself; if you need to use this for embedding, please contact the tor
|
||||
* developers. */
|
||||
int run_tor_only;
|
||||
};
|
||||
|
||||
#endif /* !defined(TOR_API_INTERNAL_H) */
|
||||
|
||||
Reference in New Issue
Block a user