aboutsummaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-03-22 13:10:47 +1000
committerteor <teor@torproject.org>2019-03-22 13:10:47 +1000
commit15900ab70fe2dc4d40f974ba49ba35421e7fcf1f (patch)
tree8c6b44d082573aafdac9adf53b497257e000aacd /src/feature
parent938d97cb0d4acfdd1ea57ec0a3094bcc2101f13d (diff)
parent57291602532bfe55060668293130b0aac1fd702e (diff)
downloadtor-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.h1
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 */