Add trimmer plug-in skeleton
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 2 Dec 2016 20:36:52 +0000 (15:36 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:07 +0000 (14:09 -0400)
commitcab3f160369bcc2536e536fa88ea76dd7bc586b4
treeb3a1c6f321e6261e8c42a4ae6b3dfd112b491679
parentb7726e327a09e8ceadb4e131d7d757d500ba7d62
Add trimmer plug-in skeleton

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
include/babeltrace/plugin/plugin-system.h
plugins/Makefile.am
plugins/trimmer/Makefile.am [new file with mode: 0644]
plugins/trimmer/iterator.c [new file with mode: 0644]
plugins/trimmer/iterator.h [new file with mode: 0644]
plugins/trimmer/trimmer.c [new file with mode: 0644]
plugins/trimmer/trimmer.h [new file with mode: 0644]
This page took 0.024218 seconds and 4 git commands to generate.