# | Line 36 | Line 36 | |
---|---|---|
36 | #include <time.h> | |
37 | #include <signal.h> | |
38 | ||
39 | + | #ifdef __cplusplus |
40 | + | extern "C" { |
41 | + | #endif |
42 | ||
43 | /* Time at start & last report */ | |
44 | extern time_t repStartTime, repLastTime; | |
# | Line 58 | Line 61 | |
61 | /* Append full OOC I/O cache statistics to stats; interface to rpict's | |
62 | * report() */ | |
63 | #endif | |
64 | < | |
64 | > | |
65 | > | #ifdef __cplusplus |
66 | > | } |
67 | > | #endif |
68 | > | |
69 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |