From bb38a2907d1f182e0fdf443e48da94e3707d7f97 Mon Sep 17 00:00:00 2001 From: pmf Date: Wed, 10 Oct 2007 22:13:21 +0000 Subject: [PATCH] rename markers*.{c,h} -> marker*.{c,h} git-svn-id: http://ltt.polymtl.ca/svn@2639 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/Makefile.am | 5 +++-- ltt/branches/poly/ltt/event.h | 2 +- ltt/branches/poly/ltt/ltt-private.h | 2 +- ltt/branches/poly/ltt/{markers-field.h => marker-field.h} | 0 ltt/branches/poly/ltt/{markers.c => marker.c} | 2 +- ltt/branches/poly/ltt/{markers.h => marker.h} | 2 +- ltt/branches/poly/ltt/tracefile.c | 2 +- ltt/branches/poly/lttv/lttv/tracecontext.h | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) rename ltt/branches/poly/ltt/{markers-field.h => marker-field.h} (100%) rename ltt/branches/poly/ltt/{markers.c => marker.c} (99%) rename ltt/branches/poly/ltt/{markers.h => marker.h} (98%) diff --git a/ltt/branches/poly/ltt/Makefile.am b/ltt/branches/poly/ltt/Makefile.am index df6f1bec..c040f227 100644 --- a/ltt/branches/poly/ltt/Makefile.am +++ b/ltt/branches/poly/ltt/Makefile.am @@ -10,14 +10,15 @@ AM_CFLAGS = $(GLIB_CFLAGS) LIBS += $(GLIB_LIBS) lib_LTLIBRARIES = liblttvtraceread.la -liblttvtraceread_la_SOURCES = tracefile.c markers.c event.c +liblttvtraceread_la_SOURCES = tracefile.c marker.c event.c noinst_HEADERS = ltt-private.h #event.c parser.c type.c #parser.h lttinclude_HEADERS = \ compiler.h\ - markers.h\ + marker.h\ + marker-field.h\ ltt.h\ time.h\ trace.h\ diff --git a/ltt/branches/poly/ltt/event.h b/ltt/branches/poly/ltt/event.h index 75b2e299..bc9452cf 100644 --- a/ltt/branches/poly/ltt/event.h +++ b/ltt/branches/poly/ltt/event.h @@ -7,7 +7,7 @@ #include #include #include -#include +#include /* * Structure LttEvent and LttEventPosition must begin with the _exact_ same diff --git a/ltt/branches/poly/ltt/ltt-private.h b/ltt/branches/poly/ltt/ltt-private.h index c37fd0b0..73700c36 100644 --- a/ltt/branches/poly/ltt/ltt-private.h +++ b/ltt/branches/poly/ltt/ltt-private.h @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #ifndef max diff --git a/ltt/branches/poly/ltt/markers-field.h b/ltt/branches/poly/ltt/marker-field.h similarity index 100% rename from ltt/branches/poly/ltt/markers-field.h rename to ltt/branches/poly/ltt/marker-field.h diff --git a/ltt/branches/poly/ltt/markers.c b/ltt/branches/poly/ltt/marker.c similarity index 99% rename from ltt/branches/poly/ltt/markers.c rename to ltt/branches/poly/ltt/marker.c index 6be38228..48b1c9bc 100644 --- a/ltt/branches/poly/ltt/markers.c +++ b/ltt/branches/poly/ltt/marker.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #define DEFAULT_MARKERS_NUM 100 diff --git a/ltt/branches/poly/ltt/markers.h b/ltt/branches/poly/ltt/marker.h similarity index 98% rename from ltt/branches/poly/ltt/markers.h rename to ltt/branches/poly/ltt/marker.h index 48bbd5bd..fc134356 100644 --- a/ltt/branches/poly/ltt/markers.h +++ b/ltt/branches/poly/ltt/marker.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #define LTT_ATTRIBUTE_COMPACT (1<<0) diff --git a/ltt/branches/poly/ltt/tracefile.c b/ltt/branches/poly/ltt/tracefile.c index df02f4be..c3e61845 100644 --- a/ltt/branches/poly/ltt/tracefile.c +++ b/ltt/branches/poly/ltt/tracefile.c @@ -48,7 +48,7 @@ #include //#include #include -#include +#include /* Facility names used in this file */ diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.h b/ltt/branches/poly/lttv/lttv/tracecontext.h index a99d3eb6..2ec68be0 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.h +++ b/ltt/branches/poly/lttv/lttv/tracecontext.h @@ -23,7 +23,7 @@ #include #include #include -#include +#include /* This is the generic part of trace processing. All events within a certain time interval are accessed and processing hooks are called for -- 2.34.1