Fix: Revert of 814b4934e2604a419bcb8eec57c0450dbb47e2c3
[lttng-tools.git] / src / common / config / config-internal.hpp
1 /*
2 * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7
8 #include <libxml/xmlwriter.h>
9 #include <stdio.h>
10
11 struct config_writer {
12 xmlTextWriterPtr writer;
13 };
This page took 0.029925 seconds and 4 git commands to generate.