Perform factor reduction as a modular step
[lttv.git] / lttv / lttv / sync / factor_reduction_accuracy.h
diff --git a/lttv/lttv/sync/factor_reduction_accuracy.h b/lttv/lttv/sync/factor_reduction_accuracy.h
new file mode 100644 (file)
index 0000000..3a2e0f6
--- /dev/null
@@ -0,0 +1,34 @@
+/* This file is part of the Linux Trace Toolkit viewer
+ * Copyright (C) 2009, 2010 Benjamin Poirier <benjamin.poirier@polymtl.ca>
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef FACTOR_REDUCTION_ACCURACY_H
+#define FACTOR_REDUCTION_ACCURACY_H
+
+#include <glib.h>
+
+#include "data_structures.h"
+
+
+typedef struct
+{
+       unsigned int** predecessors;
+       unsigned int* references;
+} ReductionStatsAccuracy;
+
+void registerReductionAccuracy();
+
+#endif
This page took 0.025338 seconds and 4 git commands to generate.