4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since edb18ce was
edb18ce,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Rewrote libtrace's IO handling to use shim functions when needing to do
zlib io
|
-
Property mode set to
100644
|
File size:
260 bytes
|
Line | |
---|
1 | #ifndef COMMON_H |
---|
2 | #define COMMON_H 1 |
---|
3 | |
---|
4 | #include "config.h" |
---|
5 | |
---|
6 | #ifdef __cplusplus |
---|
7 | # define BEGIN_C_DECLS extern "C" { |
---|
8 | # define END_C_DECLS } |
---|
9 | #else /* !__cplusplus */ |
---|
10 | # define BEGIN_C_DECLS |
---|
11 | # define END_C_DECLS |
---|
12 | #endif /* __cplusplus */ |
---|
13 | |
---|
14 | |
---|
15 | #endif /* COMMON_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.