diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-08 10:41:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-08 12:59:18 -0400 |
commit | c42a79499afe45304b9dcdd63357c851f9a6d115 (patch) | |
tree | 247d8bfcb60f8fc2502bb37cf1add78440cd171f /src/core | |
parent | 7a26f14a37dc5ba6b6ef2816a22b6893502726a3 (diff) | |
download | tor-c42a79499afe45304b9dcdd63357c851f9a6d115.tar.gz tor-c42a79499afe45304b9dcdd63357c851f9a6d115.zip |
Extract the enumeration that tells Tor what command it is running.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/include.am b/src/core/include.am index 9b4b251c81..64004da342 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -216,6 +216,7 @@ noinst_HEADERS += \ src/app/config/or_options_st.h \ src/app/config/or_state_st.h \ src/app/config/statefile.h \ + src/app/config/tor_cmdline_mode.h \ src/app/main/main.h \ src/app/main/ntmain.h \ src/app/main/shutdown.h \ |