Convert LTTngTop to C++ and state system
[lttngtop.git] / src / libStateIntegrationPrototype.h
diff --git a/src/libStateIntegrationPrototype.h b/src/libStateIntegrationPrototype.h
new file mode 100644 (file)
index 0000000..64e58ac
--- /dev/null
@@ -0,0 +1,31 @@
+#ifndef _LIB_STATE_INTEGRATION_PROTOTYPE_H_
+#define _LIB_STATE_INTEGRATION_PROTOTYPE_H_
+
+
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+#include <babeltrace/babeltrace.h>
+#include <babeltrace/ctf/callbacks.h>
+#include <babeltrace/ctf/events.h>
+#include <asm/unistd.h>
+#include "common.h"
+#ifdef __cplusplus
+}
+#endif
+
+
+
+const unsigned long p_refresh_display = 1 * NSEC_PER_SEC;
+
+
+
+
+/* #ifdef __cplusplus */
+/* } */
+/* #endif */
+
+#endif
+
This page took 0.023453 seconds and 4 git commands to generate.