Last change
on this file since 20712 was 20712, checked in by vboxsync, 16 years ago |
DrvNat,slirp: simplify statistics and deregister them.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
425 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | * Statistics declaration shared between slirp and DrvNAT.
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef ___slirp_statistics_h
|
---|
6 | #define ___slirp_statistics_h
|
---|
7 |
|
---|
8 | #define COUNTING_COUNTER(name, desc) extern DECLHIDDEN(uint32_t) g_offSlirpStat##name
|
---|
9 | #define PROFILE_COUNTER(name, desc) extern DECLHIDDEN(uint32_t) g_offSlirpStat##name
|
---|
10 |
|
---|
11 | RT_C_DECLS_BEGIN
|
---|
12 | #include "counters.h"
|
---|
13 | RT_C_DECLS_END
|
---|
14 |
|
---|
15 | #undef COUNTING_COUNTER
|
---|
16 | #undef PROFILE_COUNTER
|
---|
17 |
|
---|
18 | #endif
|
---|
19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.