|
|
1.1 root 1: #ifdef MPXSTATS
2:
3: enum
4: {
5: l0blocked, lblocked, newlayers, nmpxstats
6: };
7:
8: #define L0BLOCKED (int)l0blocked
9: #define LBLOCKED (int)lblocked
10: #define NEWLAYER (int)newlayers
11: #define NMPXSTATS (int)nmpxstats
12:
13: struct
14: {
15: char * descp;
16: int count;
17: }
18: mpxstats[NMPXSTATS] =
19: {
20: {"channel 0 blocked"}
21: ,{"channel blocked"}
22: ,{"layers created"}
23: };
24:
25: #undef MPXSTATS
26: #define MPXSTATS(A) mpxstats[A].count++
27: #else
28: #define MPXSTATS(A)
29: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.