X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/a1e8056c92203d02860d719abb1d562453896da8..4da209d9116b41ab59eeedc5823bc2cb64b5bc3e:/acct.h diff --git a/acct.h b/acct.h index 3c2828b..b4edb7f 100644 --- a/acct.h +++ b/acct.h @@ -7,10 +7,12 @@ #include struct pktsummary; +struct local_ips; extern uint64_t acct_total_packets, acct_total_bytes; void acct_init_localnet(const char *spec); -void acct_for(const struct pktsummary * const sm); +void acct_for(const struct pktsummary * const sm, + const struct local_ips * const local_ips); -/* vim:set ts=3 sw=3 tw=78 expandtab: */ +/* vim:set ts=3 sw=3 tw=80 expandtab: */