summaryrefslogblamecommitdiffstats
path: root/src/stats.h
blob: a537a44b667a1f3dc40a6edde99e4184e4ffc2cf (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                  
#ifndef STATS_H
#define STATS_H

typedef struct stats_t {
  uint64_t osc_calls;
} stats_t;

void print_stats(stats_t * stats);

#endif /* STATS_H */