git-svn-id: http://ltt.polymtl.ca/svn@239 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / include / lttv / gtkTraceSet.h
index f1680abbc05060433da858d9225c9fecd115830a..62aaf2ad4f8f75e0685fe9702cc7ac62723981e2 100644 (file)
@@ -370,3 +370,11 @@ void contextRemoveHooks(mainWindow *main_win ,
                        LttvHooks *after_event);
 
 
+/**
+ * Function to get the life span of the traceset
+ * @param main_win the main window the viewer belongs to.
+ * @param start start time of the traceset.
+ * @param end end time of the traceset.
+ */
+
+void getTracesetTimeSpan(mainWindow *main_win, LttTime * start, LttTime* end);
This page took 0.023341 seconds and 4 git commands to generate.