Add a module to compute various statistics
[lttv.git] / ltt / branches / poly / include / lttv / lttv.h
index 77dac57e7b8e85e47b58034ae355e1931f7f8ca1..5017718e10ea8600f224950f07f0bc2e7bb363a1 100644 (file)
@@ -31,4 +31,7 @@ LttvAttribute *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.023258 seconds and 4 git commands to generate.