Convert LTTngTop to C++ and state system
[lttngtop.git] / src / libStateIntegrationPrototype.h
1 #ifndef _LIB_STATE_INTEGRATION_PROTOTYPE_H_
2 #define _LIB_STATE_INTEGRATION_PROTOTYPE_H_
3
4
5
6 #ifdef __cplusplus
7 extern "C"
8 {
9 #endif
10 #include <babeltrace/babeltrace.h>
11 #include <babeltrace/ctf/callbacks.h>
12 #include <babeltrace/ctf/events.h>
13 #include <asm/unistd.h>
14 #include "common.h"
15 #ifdef __cplusplus
16 }
17 #endif
18
19
20
21 const unsigned long p_refresh_display = 1 * NSEC_PER_SEC;
22
23
24
25
26 /* #ifdef __cplusplus */
27 /* } */
28 /* #endif */
29
30 #endif
31
This page took 0.0295 seconds and 4 git commands to generate.