diff options
author | teor <teor@torproject.org> | 2019-03-22 13:10:47 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-03-22 13:10:47 +1000 |
commit | 15900ab70fe2dc4d40f974ba49ba35421e7fcf1f (patch) | |
tree | 8c6b44d082573aafdac9adf53b497257e000aacd /src/feature | |
parent | 938d97cb0d4acfdd1ea57ec0a3094bcc2101f13d (diff) | |
parent | 57291602532bfe55060668293130b0aac1fd702e (diff) | |
download | tor-15900ab70fe2dc4d40f974ba49ba35421e7fcf1f.tar.gz tor-15900ab70fe2dc4d40f974ba49ba35421e7fcf1f.zip |
Merge remote-tracking branch 'tor-github/pr/819'
Diffstat (limited to 'src/feature')
-rw-r--r-- | src/feature/hibernate/hibernate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/hibernate/hibernate.h b/src/feature/hibernate/hibernate.h index 3309ef0ce3..2e245f6ab1 100644 --- a/src/feature/hibernate/hibernate.h +++ b/src/feature/hibernate/hibernate.h @@ -32,6 +32,7 @@ int getinfo_helper_accounting(control_connection_t *conn, const char **errmsg); uint64_t get_accounting_max_total(void); void accounting_free_all(void); +bool accounting_tor_is_dormant(void); #ifdef HIBERNATE_PRIVATE /** Possible values of hibernate_state */ |