Move types.c to types/
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 28 Sep 2010 15:56:45 +0000 (11:56 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 28 Sep 2010 15:56:45 +0000 (11:56 -0400)
Reorganise in 3 subdirs:

types/
  Type management data structures (for both converter and reader lib)
converter/
  Trace converter (from format A to format B)
formats/
  Trace formats supported

Trace formats extend each type, specifying read and write functions for each
type.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.023646 seconds and 4 git commands to generate.