compile fixes
[lttv.git] / ltt / branches / poly / lttv / main.c
index b484bbc1e58b5bcef54bcd8e207af3c9b8046181..d44d8f51b90f623b88e462f45543a90131924b8a 100644 (file)
@@ -1,8 +1,14 @@
 
-#include "lttv.h"
-#include "trace.h"
+#include <lttv/hook.h>
+#include <lttv/module.h>
 
+#include <lttv/lttv.h>
+#include <lttv/attribute.h>
+#include <lttv/option.h>
 
+#include <lttv/traceSet.h>
+
+#include <ltt/trace.h>
 /* The main program maintains a few central data structures and relies
    on modules for the rest. These data structures may be accessed by modules
    through an exported API */
@@ -121,6 +127,12 @@ int main(int argc, char **argv) {
   
 }
 
+lttv_attributes *lttv_global_attributes()
+{
+       return attributes_global;
+}
+
+
 void lttv_module_option(void *hook_data)
 { 
   lttv_module_load(aModule,aArgc,aArgv,STANDALONE);
This page took 0.025256 seconds and 4 git commands to generate.