Create a library to copy a CTF trace
authorJulien Desfossez <jdesfossez@efficios.com>
Tue, 14 Feb 2017 17:00:28 +0000 (12:00 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:39 +0000 (12:57 -0400)
commit91b7300484fbb379a7ec769fe29a09ea63dda018
treee2f357ab7fa7d4459704120f080a31a57e0ebf0a
parentc3c35de4da25b506dd423e74706ee302cc0d7e39
Create a library to copy a CTF trace

Move all the code from the writer plugin to a standalone plugin library
so it can be used by other plugins.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
plugins/Makefile.am
plugins/libctfcopytrace/Makefile.am [new file with mode: 0644]
plugins/libctfcopytrace/ctfcopytrace.c [new file with mode: 0644]
plugins/libctfcopytrace/ctfcopytrace.h [new file with mode: 0644]
plugins/writer/Makefile.am
plugins/writer/write.c
This page took 0.024568 seconds and 4 git commands to generate.