diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-15 09:17:47 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-15 09:17:47 +0000 |
commit | 11bc97801d27384e2f3ab1c041f4e3fd75a51fb1 (patch) | |
tree | 0e333561a97216650a2340dd2e46005c34b54ffc /src/or/or.h | |
parent | 79e3f5600a9f44f4c228fac173299882076a19a8 (diff) | |
download | tor-11bc97801d27384e2f3ab1c041f4e3fd75a51fb1.tar tor-11bc97801d27384e2f3ab1c041f4e3fd75a51fb1.tar.gz |
clean up some confusing logs.
make MonthlyAccountingStart truly obsolete now.
svn:r4782
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 4be0d4bce..af8bcecc5 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1151,8 +1151,6 @@ typedef struct { config_line_t *RedirectExit; /**< List of config lines for simple * addr/port redirection */ smartlist_t *RedirectExitList; /**< List of exit_redirect_t */ - int _MonthlyAccountingStart; /**< Deprecated: day of month when accounting - * interval starts */ char *AccountingStart; /**< How long is the accounting interval, and when * does it start? */ uint64_t AccountingMax; /**< How many bytes do we allow per accounting |