8 lines
108 B
C
8 lines
108 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "common.h"
|
||
|
|
|
||
|
|
|
||
|
|
void stats_init();
|
||
|
|
void stats_serialize(struct packet *, struct buf *);
|