X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Flttv.h;h=5017718e10ea8600f224950f07f0bc2e7bb363a1;hb=16b733d387a88419f53b956bbb713085f654796b;hp=4f1fda61cfdfd4200521bfb461dffb5c79ca62c6;hpb=dc87756342c051418eccb2b7d932ffa5453c6788;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/lttv.h b/ltt/branches/poly/include/lttv/lttv.h index 4f1fda61..5017718e 100644 --- a/ltt/branches/poly/include/lttv/lttv.h +++ b/ltt/branches/poly/include/lttv/lttv.h @@ -1,12 +1,12 @@ #ifndef LTTV_H #define LTTV_H -#include "attribute.h" +#include /* 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