File: acct.h

package info (click to toggle)
darkstat 3.0.708-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 708 kB
  • ctags: 592
  • sloc: ansic: 5,326; sh: 322; makefile: 131
file content (16 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* darkstat 3
 * copyright (c) 2001-2008 Emil Mikulic.
 *
 * acct.h: traffic accounting
 */

#include "decode.h"

extern uint64_t total_packets, total_bytes;

void acct_init_localnet(const char *spec);
void acct_for(const pktsummary *sm);

extern unsigned int highest_port;

/* vim:set ts=3 sw=3 tw=78 expandtab: */