Update FSF address
[lttv.git] / lttv / lttv / traceset.h
index 4f326fd8286adace26304ee19a80aae7ffda6e4e..3112d38b57b9be3d2faafc4ed519ffcffb748d45 100644 (file)
@@ -12,8 +12,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
- * MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA 02110-1301, USA.
  */
 
 #ifndef TRACESET_H
@@ -22,9 +22,9 @@
 #include <lttv/attribute.h>
 #include <lttv/hook.h>
 #include <lttv/event.h>
-#include <ltt/ltt.h>
-#include <ltt/time.h>
+#include <lttv/time.h>
 #include <lttv/trace.h>
+
 /* A traceset is a set of traces to be analyzed together. */
 
 typedef struct _LttvTraceset LttvTraceset;
@@ -125,7 +125,7 @@ int lttv_traceset_get_trace_index_from_handle_id(LttvTraceset *ts, int handle_id
 LttvAttribute *lttv_traceset_attribute(LttvTraceset *s);
 
 /* Take a position snapshot */
-LttvTracesetPosition *lttv_traceset_create_current_position(LttvTraceset *traceset);
+LttvTracesetPosition *lttv_traceset_create_current_position(const LttvTraceset *traceset);
 
 /* Destroy position snapshot */
 void lttv_traceset_destroy_position(LttvTracesetPosition *traceset_pos);
This page took 0.025307 seconds and 4 git commands to generate.