Add a module to compute various statistics
[lttv.git] / ltt / branches / poly / include / lttv / lttv.h
index 4f1fda61cfdfd4200521bfb461dffb5c79ca62c6..5017718e10ea8600f224950f07f0bc2e7bb363a1 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef LTTV_H
 #define LTTV_H
 
-#include "attribute.h"
+#include <lttv/attribute.h>
 
 /* The modules in the visualizer communicate with the main module and
    with each other through attributes. There is a global set of attributes */
 
-LttvAttributes *lttv_global_attributes();
+LttvAttribute *lttv_global_attributes();
 
 
 /* A number of global attributes are initialized before modules are
@@ -31,4 +31,7 @@ LttvAttributes *lttv_global_attributes();
 
 */
 
+#define g_info(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format)
+#define g_debug(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, format)
+
 #endif // LTTV_H
This page took 0.023534 seconds and 4 git commands to generate.